10 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
c156fe9bce Update src/app/page.tsx 2026-03-21 20:02:22 +00:00
e37a422338 Merge version_2 into main
Merge version_2 into main
2026-03-21 19:59:40 +00:00
ff46f56f28 Update src/app/page.tsx 2026-03-21 19:59:36 +00:00
deeea08c76 Merge version_1 into main
Merge version_1 into main
2026-03-21 19:48:47 +00:00
35a4dec3a2 Merge version_1 into main
Merge version_1 into main
2026-03-21 19:48:22 +00:00
97784a5ea2 Merge version_1 into main
Merge version_1 into main
2026-03-21 19:47:56 +00:00
3 changed files with 54 additions and 192 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

@@ -23,32 +23,28 @@ export default function HomePage() {
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" },
@@ -81,31 +77,26 @@ export default function HomePage() {
tagIcon={Leaf} tagIcon={Leaf}
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"
}} }}
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/",
}, },
{ {
text: "View Menu", text: "View Menu", href: "/menu"
href: "/menu",
}, },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/colorful-healthy-breakfast-sweet-deserts-few-different-chia-puddings-glass-jars-wooden-table-kitchen-home_343596-1244.jpg?_wi=1", imageSrc: "http://img.b2bpic.net/free-photo/colorful-healthy-breakfast-sweet-deserts-few-different-chia-puddings-glass-jars-wooden-table-kitchen-home_343596-1244.jpg?_wi=1", imageAlt: "Fresh colorful smoothie bowl with vibrant fruits"
imageAlt: "Fresh colorful smoothie bowl with vibrant fruits",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-rolls-whole-sliced-bright-blue-food-meal-roll-vegetable-snack_140725-34216.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-rolls-whole-sliced-bright-blue-food-meal-roll-vegetable-snack_140725-34216.jpg", imageAlt: "Fresh grilled wraps with healthy ingredients"
imageAlt: "Fresh grilled wraps with healthy ingredients",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-vegetables-carrots-black-board-high-quality-photo_114579-26974.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-vegetables-carrots-black-board-high-quality-photo_114579-26974.jpg", imageAlt: "Organic fresh ingredients and colorful produce"
imageAlt: "Organic fresh ingredients and colorful produce",
}, },
]} ]}
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
@@ -117,53 +108,32 @@ export default function HomePage() {
<ProductCardOne <ProductCardOne
title="Featured Menu Items" title="Featured Menu Items"
description="Our most popular smoothies, wraps, and acai bowls made with the freshest ingredients." description="Our most popular smoothies, wraps, and acai bowls made with the freshest ingredients."
tag="Customer Favorites" tag="Over 500+ 5-star reviews"
tagIcon={Star} tagIcon={Star}
tagAnimation="slide-up" tagAnimation="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ {
text: "Browse Full Menu", text: "Order Online", href: "https://get-fruity-cafe-conyers.food-menu.net/menu/"
href: "/menu",
}, },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
products={[ products={[
{ {
id: "whatspoppin", id: "whatspoppin", name: "What's Poppin Smoothie", price: "$8.95", imageSrc: "http://img.b2bpic.net/free-photo/close-up-summer-milk-shake_329181-1180.jpg", imageAlt: "What's Poppin berry smoothie with fresh fruit"
name: "What's Poppin Smoothie",
price: "$8.95",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-summer-milk-shake_329181-1180.jpg",
imageAlt: "What's Poppin berry smoothie with fresh fruit",
}, },
{ {
id: "nakedbaby", id: "nakedbaby", name: "Naked Baby Smoothie", price: "$7.95", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-yogurt-with-granola-banana_23-2148566816.jpg", imageAlt: "Naked Baby creamy vanilla 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",
imageAlt: "Naked Baby creamy vanilla smoothie",
}, },
{ {
id: "grilled-lamb", id: "grilled-lamb", 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", imageAlt: "Grilled lamb wrap with fresh vegetables"
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",
imageAlt: "Grilled lamb wrap with fresh vegetables",
}, },
{ {
id: "jerk-salmon", id: "jerk-salmon", 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", imageAlt: "Jerk salmon wrap with fresh ingredients"
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",
imageAlt: "Jerk salmon wrap with fresh ingredients",
}, },
{ {
id: "salmon-salad", id: "salmon-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", imageAlt: "Colorful jerk salmon and 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",
imageAlt: "Colorful jerk salmon and shrimp salad",
}, },
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
@@ -184,32 +154,20 @@ export default function HomePage() {
animationType="slide-up" animationType="slide-up"
features={[ features={[
{ {
id: "fresh", id: "fresh", title: "Fresh Ingredients", tags: ["Quality", "Natural"],
title: "Fresh Ingredients", imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-organic-vegetables_23-2148538677.jpg?_wi=1", imageAlt: "Fresh organic ingredients at our cafe"
tags: ["Quality", "Natural"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-organic-vegetables_23-2148538677.jpg?_wi=1",
imageAlt: "Fresh organic ingredients at our cafe",
}, },
{ {
id: "healthy", id: "healthy", title: "Healthy Options", tags: ["Nutrition", "Wellness"],
title: "Healthy Options", imageSrc: "http://img.b2bpic.net/free-photo/two-sporty-girls-kitchen-preparing-food_1303-24786.jpg?_wi=1", imageAlt: "Nutritious healthy food choices"
tags: ["Nutrition", "Wellness"],
imageSrc: "http://img.b2bpic.net/free-photo/two-sporty-girls-kitchen-preparing-food_1303-24786.jpg?_wi=1",
imageAlt: "Nutritious healthy food choices",
}, },
{ {
id: "fast", id: "fast", title: "Fast Service", tags: ["Quick", "Efficient"],
title: "Fast Service", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12314.jpg?_wi=1", imageAlt: "Quick friendly service at our cafe"
tags: ["Quick", "Efficient"],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12314.jpg?_wi=1",
imageAlt: "Quick friendly service at our cafe",
}, },
{ {
id: "vegan", id: "vegan", title: "Vegan & Vegetarian Friendly", tags: ["Plant-Based", "Inclusive"],
title: "Vegan & Vegetarian Friendly", imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-bread-sandwiches-with-salad_23-2148640157.jpg?_wi=1", imageAlt: "Vegan and vegetarian menu options"
tags: ["Plant-Based", "Inclusive"],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-bread-sandwiches-with-salad_23-2148640157.jpg?_wi=1",
imageAlt: "Vegan and vegetarian menu options",
}, },
]} ]}
carouselMode="buttons" carouselMode="buttons"
@@ -224,40 +182,16 @@ export default function HomePage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", title: "Consistently Fresh & Delicious", quote: "Fresh smoothies and great wraps every time. The quality is always consistent and the flavors are amazing.", name: "Maria S.", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg?_wi=1", imageAlt: "Maria, satisfied customer"
title: "Consistently Fresh & Delicious",
quote: "Fresh smoothies and great wraps every time. The quality is always consistent and the flavors are amazing.",
name: "Maria S.",
role: "Regular Customer",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg?_wi=1",
imageAlt: "Maria, satisfied customer",
}, },
{ {
id: "2", id: "2", title: "Fantastic Vibe & Service", quote: "Healthy options, great vibe, and friendly staff. This is my go-to spot for lunch. Always feel welcome.", name: "James T.", role: "Fitness Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/latin-man-his-30s-smiling-making-eye-contact-while-drinking-coffee-sandwich-his-lunch-break-food-court_662251-228.jpg?_wi=1", imageAlt: "James, fitness enthusiast customer"
title: "Fantastic Vibe & Service",
quote: "Healthy options, great vibe, and friendly staff. This is my go-to spot for lunch. Always feel welcome.",
name: "James T.",
role: "Fitness Enthusiast",
imageSrc: "http://img.b2bpic.net/free-photo/latin-man-his-30s-smiling-making-eye-contact-while-drinking-coffee-sandwich-his-lunch-break-food-court_662251-228.jpg?_wi=1",
imageAlt: "James, fitness enthusiast customer",
}, },
{ {
id: "3", id: "3", title: "Best in Conyers", quote: "One of the best places in Conyers for quick fresh food. Great ingredients and honestly the best smoothies around.", name: "Angela M.", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restoring-wooden-furniture_23-2150062511.jpg?_wi=1", imageAlt: "Angela, local resident"
title: "Best in Conyers",
quote: "One of the best places in Conyers for quick fresh food. Great ingredients and honestly the best smoothies around.",
name: "Angela M.",
role: "Local Resident",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restoring-wooden-furniture_23-2150062511.jpg?_wi=1",
imageAlt: "Angela, local resident",
}, },
{ {
id: "4", id: "4", title: "Amazing Healthy Meals", quote: "Perfect for post-workout nutrition. The wraps are filling, the smoothies are refreshing, and everything tastes premium.", name: "David K.", role: "Active Lifestyle", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg", imageAlt: "David, active lifestyle customer"
title: "Amazing Healthy Meals",
quote: "Perfect for post-workout nutrition. The wraps are filling, the smoothies are refreshing, and everything tastes premium.",
name: "David K.",
role: "Active Lifestyle",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg",
imageAlt: "David, active lifestyle customer",
}, },
]} ]}
/> />
@@ -275,12 +209,10 @@ 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", text: "Call Now", href: "tel:+19432698508"
href: "tel:+19432698508",
}, },
{ {
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"
@@ -295,7 +227,7 @@ export default function HomePage() {
tagIcon={Zap} tagIcon={Zap}
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"
}} }}
useInvertedBackground={true} useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/colorful-healthy-breakfast-sweet-deserts-few-different-chia-puddings-glass-jars-wooden-table-kitchen-home_343596-1244.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/colorful-healthy-breakfast-sweet-deserts-few-different-chia-puddings-glass-jars-wooden-table-kitchen-home_343596-1244.jpg?_wi=2"

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);