Merge version_2 into main #4
155
src/app/page.tsx
155
src/app/page.tsx
@@ -23,32 +23,28 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Get Fruity",
|
||||
items: [
|
||||
title: "Get Fruity", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "Order Online", href: "https://get-fruity-cafe-conyers.food-menu.net/menu/" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Hours & Location", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: +1 (943) 269-8508", href: "tel:+19432698508" },
|
||||
{ label: "Email: info@getfruitycafe.com", href: "mailto:info@getfruitycafe.com" },
|
||||
{ label: "1427 Hwy 138 SE #1, Conyers, GA 30013", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow Us",
|
||||
items: [
|
||||
title: "Follow Us", items: [
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
@@ -81,32 +77,21 @@ export default function HomePage() {
|
||||
tagIcon={Leaf}
|
||||
tagAnimation="slide-up"
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
buttons={[
|
||||
{
|
||||
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/"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "View Menu", href: "/menu"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
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",
|
||||
imageAlt: "Fresh colorful smoothie bowl with vibrant fruits",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
ariaLabel="Get Fruity Cafe Hero Section"
|
||||
@@ -116,7 +101,7 @@ export default function HomePage() {
|
||||
<div id="featured-items" data-section="featured-items">
|
||||
<ProductCardOne
|
||||
title="Featured Menu Items"
|
||||
description="Our most popular smoothies, wraps, and acai bowls made with the freshest ingredients."
|
||||
description="⭐ Over 500+ 5-star reviews | Our most popular smoothies, wraps, and acai bowls made with the freshest ingredients."
|
||||
tag="Customer Favorites"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
@@ -124,47 +109,20 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Browse Full Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "Browse Full Menu", href: "/menu"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -184,33 +142,17 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "fresh",
|
||||
title: "Fresh Ingredients",
|
||||
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: "fresh", title: "Fresh Ingredients", 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",
|
||||
title: "Healthy Options",
|
||||
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: "healthy", title: "Healthy Options", 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",
|
||||
title: "Fast Service",
|
||||
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: "fast", title: "Fast Service", 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",
|
||||
title: "Vegan & Vegetarian Friendly",
|
||||
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",
|
||||
},
|
||||
id: "vegan", title: "Vegan & Vegetarian Friendly", 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"
|
||||
/>
|
||||
@@ -224,41 +166,13 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -275,13 +189,9 @@ export default function HomePage() {
|
||||
imageAlt="Get Fruity Cafe storefront in Conyers"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us: +1 (943) 269-8508",
|
||||
href: "tel:+19432698508",
|
||||
},
|
||||
text: "Call Us: +1 (943) 269-8508", 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/"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -295,8 +205,7 @@ export default function HomePage() {
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
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"
|
||||
imageAlt="Fresh smoothie bowl ready to enjoy"
|
||||
|
||||
Reference in New Issue
Block a user