From c156fe9bce95ee9c8d67d63efab6ce857a2d76f7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 20:02:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 75 +++++++++++++++++++++++++++++++----------------- 1 file changed, 49 insertions(+), 26 deletions(-) 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() { @@ -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 +}