From 280dccd7edf87b094a5eeacc885230c7acf3fb4a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 19:48:42 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ba9945c..1f437aa 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -78,7 +78,7 @@ export default function AboutPage() { tagIcon={MapPin} tagAnimation="slide-up" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/happy-pub-owner-welcoming-guest-while-standing-entrance-door-looking-camera_637285-5713.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-pub-owner-welcoming-guest-while-standing-entrance-door-looking-camera_637285-5713.jpg?_wi=2" imageAlt="Get Fruity Cafe team and storefront" buttons={[ { text: "Visit Us Today", href: "/contact" }, @@ -102,28 +102,28 @@ export default function AboutPage() { id: "quality", title: "Premium Quality", tags: ["Excellence", "Standards"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-organic-vegetables_23-2148538677.jpg", + 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", + 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", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-bread-sandwiches-with-salad_23-2148640157.jpg?_wi=2", imageAlt: "Innovative flavor combinations", }, ]} @@ -144,7 +144,7 @@ export default function AboutPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg?_wi=2", imageAlt: "Sarah, wellness advocate", }, { @@ -153,7 +153,7 @@ export default function AboutPage() { 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", + 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", }, { @@ -162,7 +162,7 @@ export default function AboutPage() { 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", + 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 d1335829194d286c4c21b0ea55226f6ab2ae22ef Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 19:48:43 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ed5100c..2ba2d88 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -77,7 +77,7 @@ export default function ContactPage() { tagIcon={MapPin} tagAnimation="slide-up" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/happy-pub-owner-welcoming-guest-while-standing-entrance-door-looking-camera_637285-5713.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-pub-owner-welcoming-guest-while-standing-entrance-door-looking-camera_637285-5713.jpg?_wi=3" imageAlt="Get Fruity Cafe storefront in Conyers" buttons={[ { @@ -104,7 +104,7 @@ export default function ContactPage() { 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" + 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" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 3f25704e7a2b23463be4d1150baf4461a7dbcbc3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 19:48:43 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a740ef0..5e118d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,7 +96,7 @@ export default function HomePage() { 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", + 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", }, { @@ -187,28 +187,28 @@ export default function HomePage() { id: "fresh", title: "Fresh Ingredients", tags: ["Quality", "Natural"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-organic-vegetables_23-2148538677.jpg", + 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", + 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", + 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", + 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", }, ]} @@ -229,7 +229,7 @@ export default function HomePage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg?_wi=1", imageAlt: "Maria, satisfied customer", }, { @@ -238,7 +238,7 @@ export default function HomePage() { 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", + 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", }, { @@ -247,7 +247,7 @@ export default function HomePage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restoring-wooden-furniture_23-2150062511.jpg?_wi=1", imageAlt: "Angela, local resident", }, { @@ -271,7 +271,7 @@ export default function HomePage() { tagIcon={MapPin} tagAnimation="slide-up" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/happy-pub-owner-welcoming-guest-while-standing-entrance-door-looking-camera_637285-5713.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-pub-owner-welcoming-guest-while-standing-entrance-door-looking-camera_637285-5713.jpg?_wi=1" imageAlt="Get Fruity Cafe storefront in Conyers" buttons={[ { @@ -298,7 +298,7 @@ export default function HomePage() { 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" + 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" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1