Initial commit - Route Commerce platform
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
export const brands = {
|
||||
tuxedo: {
|
||||
name: "Tuxedo Corn",
|
||||
|
||||
colors: {
|
||||
background: "bg-yellow-50",
|
||||
primary: "bg-slate-900",
|
||||
buttonText: "text-white",
|
||||
},
|
||||
|
||||
messaging: {
|
||||
heroTitle:
|
||||
"Fresh Olathe Sweet Corn Delivered Near You",
|
||||
|
||||
heroDescription:
|
||||
"Find a stop, preorder corn, or ship cooler boxes directly to your home.",
|
||||
},
|
||||
},
|
||||
|
||||
ird: {
|
||||
name: "Indian River Direct",
|
||||
|
||||
colors: {
|
||||
background: "bg-orange-50",
|
||||
primary: "bg-orange-600",
|
||||
buttonText: "text-white",
|
||||
},
|
||||
|
||||
messaging: {
|
||||
heroTitle:
|
||||
"Premium Citrus Delivered Direct to Your Community",
|
||||
|
||||
heroDescription:
|
||||
"Enter your ZIP code to find upcoming delivery stops near you.",
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user