diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8122100..14e639c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -77,21 +77,27 @@ 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"
@@ -101,28 +107,34 @@ export default function HomePage() {
@@ -166,13 +182,17 @@ 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"
+ },
]}
/>
@@ -189,9 +209,11 @@ 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"
/>
@@ -205,7 +227,8 @@ 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"
@@ -226,4 +249,4 @@ export default function HomePage() {
);
-}
\ No newline at end of file
+}