4 Commits

Author SHA1 Message Date
0a8e5842d6 Update src/app/styles/variables.css 2026-03-21 20:04:19 +00:00
67d3c32e28 Update src/app/page.tsx 2026-03-21 20:04:18 +00:00
7c710baf21 Update src/app/menu/page.tsx 2026-03-21 20:04:18 +00:00
0c90fc5f91 Merge version_3 into main
Merge version_3 into main
2026-03-21 20:02:26 +00:00
3 changed files with 25 additions and 95 deletions

View File

@@ -20,32 +20,28 @@ export default function MenuPage() {
const footerColumns = [ const footerColumns = [
{ {
title: "Get Fruity", title: "Get Fruity", items: [
items: [
{ label: "Home", href: "/" }, { label: "Home", href: "/" },
{ label: "Menu", href: "/menu" }, { label: "Menu", href: "/menu" },
{ label: "Order Online", href: "https://get-fruity-cafe-conyers.food-menu.net/menu/" }, { label: "Order Online", href: "https://get-fruity-cafe-conyers.food-menu.net/menu/" },
], ],
}, },
{ {
title: "About", title: "About", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" }, { label: "Contact", href: "/contact" },
{ label: "Hours & Location", href: "/contact" }, { label: "Hours & Location", href: "/contact" },
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ label: "Phone: +1 (943) 269-8508", href: "tel:+19432698508" }, { label: "Phone: +1 (943) 269-8508", href: "tel:+19432698508" },
{ label: "Email: info@getfruitycafe.com", href: "mailto:info@getfruitycafe.com" }, { label: "Email: info@getfruitycafe.com", href: "mailto:info@getfruitycafe.com" },
{ label: "1427 Hwy 138 SE #1, Conyers, GA 30013", href: "#" }, { label: "1427 Hwy 138 SE #1, Conyers, GA 30013", href: "#" },
], ],
}, },
{ {
title: "Follow Us", title: "Follow Us", items: [
items: [
{ label: "Instagram", href: "https://instagram.com" }, { label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" }, { label: "Facebook", href: "https://facebook.com" },
{ label: "Twitter", href: "https://twitter.com" }, { label: "Twitter", href: "https://twitter.com" },
@@ -80,40 +76,18 @@ export default function MenuPage() {
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ {
text: "Order Online", text: "Order Online", href: "https://get-fruity-cafe-conyers.food-menu.net/menu/"},
href: "https://get-fruity-cafe-conyers.food-menu.net/menu/",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
products={[ products={[
{ {
id: "whats-poppin", id: "whats-poppin", name: "What's Poppin Smoothie", price: "$8.95", imageSrc: "http://img.b2bpic.net/free-photo/close-up-summer-milk-shake_329181-1180.jpg?_wi=2", imageAlt: "Vibrant What's Poppin berry smoothie"},
name: "What's Poppin Smoothie",
price: "$8.95",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-summer-milk-shake_329181-1180.jpg?_wi=2",
imageAlt: "Vibrant What's Poppin berry smoothie",
},
{ {
id: "naked-baby", id: "naked-baby", name: "Naked Baby Smoothie", price: "$7.95", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-yogurt-with-granola-banana_23-2148566816.jpg?_wi=2", imageAlt: "Creamy Naked Baby smoothie"},
name: "Naked Baby Smoothie",
price: "$7.95",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-yogurt-with-granola-banana_23-2148566816.jpg?_wi=2",
imageAlt: "Creamy Naked Baby smoothie",
},
{ {
id: "tropical-sunrise", id: "tropical-sunrise", name: "Tropical Sunrise Smoothie", price: "$9.45", imageSrc: "http://img.b2bpic.net/free-photo/smoothies-wooden-background-copyspace_23-2148227533.jpg", imageAlt: "Tropical Sunrise smoothie with mango and pineapple"},
name: "Tropical Sunrise Smoothie",
price: "$9.45",
imageSrc: "http://img.b2bpic.net/free-photo/smoothies-wooden-background-copyspace_23-2148227533.jpg",
imageAlt: "Tropical Sunrise smoothie with mango and pineapple",
},
{ {
id: "green-power", id: "green-power", name: "Green Power Smoothie", price: "$9.95", imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-vegetables-carrots-black-board-high-quality-photo_114579-26974.jpg?_wi=2", imageAlt: "Nutrient-rich Green Power smoothie"},
name: "Green Power Smoothie",
price: "$9.95",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-vegetables-carrots-black-board-high-quality-photo_114579-26974.jpg?_wi=2",
imageAlt: "Nutrient-rich Green Power smoothie",
},
]} ]}
gridVariant="two-columns-alternating-heights" gridVariant="two-columns-alternating-heights"
animationType="slide-up" animationType="slide-up"
@@ -131,40 +105,18 @@ export default function MenuPage() {
useInvertedBackground={true} useInvertedBackground={true}
buttons={[ buttons={[
{ {
text: "Browse & Order", text: "Browse & Order", href: "https://get-fruity-cafe-conyers.food-menu.net/menu/"},
href: "https://get-fruity-cafe-conyers.food-menu.net/menu/",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
products={[ products={[
{ {
id: "lamb-wrap", id: "lamb-wrap", name: "Grilled Lamb Wrap", price: "$14.95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lavash-sandwich-rolls-sliced-with-salad-meat-inside-along-with-salad-wooden-desk-snack-food-meal-sandwich_140725-22851.jpg?_wi=2", imageAlt: "Grilled Lamb Wrap"},
name: "Grilled Lamb Wrap",
price: "$14.95",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-lavash-sandwich-rolls-sliced-with-salad-meat-inside-along-with-salad-wooden-desk-snack-food-meal-sandwich_140725-22851.jpg?_wi=2",
imageAlt: "Grilled Lamb Wrap",
},
{ {
id: "salmon-wrap", id: "salmon-wrap", name: "Jerk Salmon Wrap", price: "$13.95", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-breakfast-lunch-ideas-bread-with-cheese-avocado-salmon_8353-8797.jpg?_wi=2", imageAlt: "Jerk Salmon Wrap"},
name: "Jerk Salmon Wrap",
price: "$13.95",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-breakfast-lunch-ideas-bread-with-cheese-avocado-salmon_8353-8797.jpg?_wi=2",
imageAlt: "Jerk Salmon Wrap",
},
{ {
id: "salmon-shrimp-salad", id: "salmon-shrimp-salad", name: "Jerk Salmon & Shrimp Salad", price: "$12.95", imageSrc: "http://img.b2bpic.net/free-photo/shrimps-tortilla-tacos-open-face-wrap-with-fresh-vegetables-healthy-food-mexican-meal_2829-6901.jpg?_wi=2", imageAlt: "Jerk Salmon & Shrimp Salad"},
name: "Jerk Salmon & Shrimp Salad",
price: "$12.95",
imageSrc: "http://img.b2bpic.net/free-photo/shrimps-tortilla-tacos-open-face-wrap-with-fresh-vegetables-healthy-food-mexican-meal_2829-6901.jpg?_wi=2",
imageAlt: "Jerk Salmon & Shrimp Salad",
},
{ {
id: "veggie-wrap", id: "veggie-wrap", name: "Mediterranean Veggie Wrap", price: "$10.95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-sandwich-with-vegetables-white-background-bread-meal-sandwich-burger-food_140725-80419.jpg?_wi=1", imageAlt: "Mediterranean Veggie Wrap"},
name: "Mediterranean Veggie Wrap",
price: "$10.95",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-sandwich-with-vegetables-white-background-bread-meal-sandwich-burger-food_140725-80419.jpg?_wi=1",
imageAlt: "Mediterranean Veggie Wrap",
},
]} ]}
gridVariant="bento-grid" gridVariant="bento-grid"
animationType="slide-up" animationType="slide-up"
@@ -182,40 +134,18 @@ export default function MenuPage() {
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ {
text: "Complete Menu", text: "Complete Menu", href: "https://get-fruity-cafe-conyers.food-menu.net/menu/"},
href: "https://get-fruity-cafe-conyers.food-menu.net/menu/",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
products={[ products={[
{ {
id: "acai-bowl", id: "acai-bowl", name: "Premium Acai Bowl", price: "$11.95", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-dessert-bowl-with-banana-slices-blueberries_23-2148417436.jpg?_wi=1", imageAlt: "Colorful Premium Acai Bowl"},
name: "Premium Acai Bowl",
price: "$11.95",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-dessert-bowl-with-banana-slices-blueberries_23-2148417436.jpg?_wi=1",
imageAlt: "Colorful Premium Acai Bowl",
},
{ {
id: "patties", id: "patties", name: "Curry Patties (3pc)", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-fried-sausages-green-lettuce-leaf-wooden-board_114579-71865.jpg", imageAlt: "Golden Curry Patties"},
name: "Curry Patties (3pc)",
price: "$9.50",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-fried-sausages-green-lettuce-leaf-wooden-board_114579-71865.jpg",
imageAlt: "Golden Curry Patties",
},
{ {
id: "breakfast-combo", id: "breakfast-combo", name: "Breakfast Power Combo", price: "$12.95", imageSrc: "http://img.b2bpic.net/free-photo/toasts-cupcakes-juice_23-2147678718.jpg?_wi=1", imageAlt: "Breakfast Power Combo"},
name: "Breakfast Power Combo",
price: "$12.95",
imageSrc: "http://img.b2bpic.net/free-photo/toasts-cupcakes-juice_23-2147678718.jpg?_wi=1",
imageAlt: "Breakfast Power Combo",
},
{ {
id: "green-salad", id: "green-salad", name: "Garden Fresh Salad", price: "$10.45", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-fresh-peeled-cut-potatoes-with-red-pepper-radishes-green-tomatoes-brown-plate-meters-spices-green-black-mix-colors-surface_179666-24597.jpg?_wi=1", imageAlt: "Garden Fresh Salad"},
name: "Garden Fresh Salad",
price: "$10.45",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-fresh-peeled-cut-potatoes-with-red-pepper-radishes-green-tomatoes-brown-plate-meters-spices-green-black-mix-colors-surface_179666-24597.jpg?_wi=1",
imageAlt: "Garden Fresh Salad",
},
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"

View File

@@ -115,7 +115,7 @@ export default function HomePage() {
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ {
text: "Browse Full Menu", href: "/menu" text: "Order Online", href: "https://get-fruity-cafe-conyers.food-menu.net/menu/"
}, },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -209,7 +209,7 @@ export default function HomePage() {
imageAlt="Get Fruity Cafe storefront in Conyers" imageAlt="Get Fruity Cafe storefront in Conyers"
buttons={[ buttons={[
{ {
text: "Call Us: +1 (943) 269-8508", href: "tel:+19432698508" text: "Call Now", href: "tel:+19432698508"
}, },
{ {
text: "Order Online", href: "https://get-fruity-cafe-conyers.food-menu.net/menu/" text: "Order Online", href: "https://get-fruity-cafe-conyers.food-menu.net/menu/"

View File

@@ -13,12 +13,12 @@
--background: #f5f5f5; --background: #f5f5f5;
--card: #ffffff; --card: #ffffff;
--foreground: #1c1c1c; --foreground: #1c1c1c;
--primary-cta: #2ECC71; --primary-cta: #22c55e;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #ffffff; --secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c; --secondary-cta-text: #1c1c1c;
--accent: #8E44AD; --accent: #a855f7;
--background-accent: #F4D03F; --background-accent: #fbbf24;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);