Initial commit - Route Commerce platform

This commit is contained in:
2026-06-01 19:40:55 +00:00
commit 53a9671461
617 changed files with 106132 additions and 0 deletions
+37
View File
@@ -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.",
},
},
};