From 8b2c3c6ccb8d11a5081f5bb8c091c8c138e9826e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 20:19:43 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 05e785e..53f7e86 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -96,16 +96,20 @@ export default function AboutPage() { features={[ { id: "quality", title: "Premium Quality", tags: ["Excellence", "Standards"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-organic-vegetables_23-2148538677.jpg?_wi=2", imageAlt: "Premium quality ingredients"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-organic-vegetables_23-2148538677.jpg?_wi=2", imageAlt: "Premium quality ingredients" + }, { id: "health", title: "Health Consciousness", tags: ["Wellness", "Nutrition"], - imageSrc: "http://img.b2bpic.net/free-photo/two-sporty-girls-kitchen-preparing-food_1303-24786.jpg?_wi=2", imageAlt: "Health and wellness focus"}, + imageSrc: "http://img.b2bpic.net/free-photo/two-sporty-girls-kitchen-preparing-food_1303-24786.jpg?_wi=2", imageAlt: "Health and wellness focus" + }, { id: "community", title: "Community Focused", tags: ["Connection", "Support"], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12314.jpg?_wi=2", imageAlt: "Community and connection"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12314.jpg?_wi=2", imageAlt: "Community and connection" + }, { id: "innovation", title: "Innovation in Flavors", tags: ["Creativity", "Fresh Ideas"], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-bread-sandwiches-with-salad_23-2148640157.jpg?_wi=2", imageAlt: "Innovative flavor combinations"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-bread-sandwiches-with-salad_23-2148640157.jpg?_wi=2", imageAlt: "Innovative flavor combinations" + }, ]} carouselMode="buttons" /> @@ -119,11 +123,14 @@ export default function AboutPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Life Changing Healthy Habits", quote: "Get Fruity helped me stick to my healthy eating goals. The smoothies are delicious and I feel energized every time I visit.", name: "Sarah M.", role: "Wellness Journey", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg?_wi=2", imageAlt: "Sarah, wellness advocate"}, + id: "1", title: "Life Changing Healthy Habits", quote: "Get Fruity helped me stick to my healthy eating goals. The smoothies are delicious and I feel energized every time I visit.", name: "Sarah M.", role: "Wellness Journey", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg?_wi=2", imageAlt: "Sarah, wellness advocate" + }, { - id: "2", title: "Supportive Local Business", quote: "It's refreshing to support a local business that genuinely cares about quality and customer satisfaction. Highly recommend!", name: "Marcus L.", role: "Local Advocate", 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=2", imageAlt: "Marcus, local business supporter"}, + id: "2", title: "Supportive Local Business", quote: "It's refreshing to support a local business that genuinely cares about quality and customer satisfaction. Highly recommend!", name: "Marcus L.", role: "Local Advocate", 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=2", imageAlt: "Marcus, local business supporter" + }, { - id: "3", title: "Perfect Family Destination", quote: "Our whole family loves Get Fruity. The staff is friendly, the food is fresh, and everyone finds something they enjoy.", name: "Patricia T.", role: "Family Values", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restoring-wooden-furniture_23-2150062511.jpg?_wi=2", imageAlt: "Patricia, family-focused customer"}, + id: "3", title: "Perfect Family Destination", quote: "Our whole family loves Get Fruity. The staff is friendly, the food is fresh, and everyone finds something they enjoy.", name: "Patricia T.", role: "Family Values", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restoring-wooden-furniture_23-2150062511.jpg?_wi=2", imageAlt: "Patricia, family-focused customer" + }, ]} /> -- 2.49.1 From 959d7fcecdad2dc39401b9bd5da5a72170f7c03a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 20:19:44 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d1fbf77..562f2a2 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -77,9 +77,11 @@ export default function ContactPage() { 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" /> @@ -93,7 +95,8 @@ export default function ContactPage() { 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=3" imageAlt="Fresh smoothie bowl ready to enjoy" -- 2.49.1 From 96fd6628a37e6a3b8a2f2a376590938a15f46094 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 20:19:44 +0000 Subject: [PATCH 3/3] Update src/app/order-online/page.tsx --- src/app/order-online/page.tsx | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/src/app/order-online/page.tsx b/src/app/order-online/page.tsx index 26262c0..da25b75 100644 --- a/src/app/order-online/page.tsx +++ b/src/app/order-online/page.tsx @@ -81,11 +81,14 @@ export default function OrderOnlinePage() { 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=3", imageAlt: "Fresh smoothie bowl ready to order"}, + 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=3", imageAlt: "Fresh smoothie bowl ready to order" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-rolls-whole-sliced-bright-blue-food-meal-roll-vegetable-snack_140725-34216.jpg?_wi=2", imageAlt: "Fresh wraps available for order"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-rolls-whole-sliced-bright-blue-food-meal-roll-vegetable-snack_140725-34216.jpg?_wi=2", imageAlt: "Fresh wraps available for order" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-vegetables-carrots-black-board-high-quality-photo_114579-26974.jpg?_wi=3", imageAlt: "Fresh ingredients in every order"}, + imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-vegetables-carrots-black-board-high-quality-photo_114579-26974.jpg?_wi=3", imageAlt: "Fresh ingredients in every order" + }, ]} mediaAnimation="blur-reveal" ariaLabel="Get Fruity Cafe Order Online Hero Section" @@ -105,15 +108,20 @@ export default function OrderOnlinePage() { buttonAnimation="slide-up" products={[ { - id: "smoothies", name: "Smoothies", price: "$7.95 - $9.95", imageSrc: "http://img.b2bpic.net/free-photo/smoothie-selection-colorful-beverages-bright_23-2148227533.jpg", imageAlt: "Colorful smoothie selection"}, + id: "smoothies", name: "Smoothies", price: "$7.95 - $9.95", imageSrc: "http://img.b2bpic.net/free-photo/smoothie-selection-colorful-beverages-bright_23-2148227533.jpg", imageAlt: "Colorful smoothie selection" + }, { - id: "wraps", name: "Wraps", price: "$12.95 - $14.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=2", imageAlt: "Fresh wraps with premium fillings"}, + id: "wraps", name: "Wraps", price: "$12.95 - $14.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=2", imageAlt: "Fresh wraps with premium fillings" + }, { - id: "acai-bowls", name: "Acai Bowls", price: "$10.95 - $12.95", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-dessert-bowl-with-banana-slices-blueberries_23-2148417436.jpg?_wi=2", imageAlt: "Colorful acai bowls with fresh toppings"}, + id: "acai-bowls", name: "Acai Bowls", price: "$10.95 - $12.95", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-dessert-bowl-with-banana-slices-blueberries_23-2148417436.jpg?_wi=2", imageAlt: "Colorful acai bowls with fresh toppings" + }, { - id: "salads", name: "Salads", price: "$11.95 - $13.95", 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=2", imageAlt: "Fresh salads with healthy ingredients"}, + id: "salads", name: "Salads", price: "$11.95 - $13.95", 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=2", imageAlt: "Fresh salads with healthy ingredients" + }, { - id: "breakfast", name: "Breakfast Items", price: "$8.95 - $11.95", imageSrc: "http://img.b2bpic.net/free-photo/toasts-cupcakes-juice_23-2147678718.jpg?_wi=2", imageAlt: "Breakfast menu items"}, + id: "breakfast", name: "Breakfast Items", price: "$8.95 - $11.95", imageSrc: "http://img.b2bpic.net/free-photo/toasts-cupcakes-juice_23-2147678718.jpg?_wi=2", imageAlt: "Breakfast menu items" + }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" -- 2.49.1