From 3bbd0907b80a364f2de82cb7d298910070bd5006 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 19:06:08 +0000 Subject: [PATCH 1/4] 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 877665c..ca11c90 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -78,7 +78,7 @@ export default function LandingPage() { icon: Users, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-woman-drinking-hot-tea-reading-favorite-paper-book-home_169016-49095.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-drinking-hot-tea-reading-favorite-paper-book-home_169016-49095.jpg?_wi=2" imageAlt="Cozy coffee shop interior with warm sunlight" mediaAnimation="slide-up" /> @@ -95,7 +95,7 @@ export default function LandingPage() { name: "Sophia R.", role: "Local Artist", testimonial: "Sip & Savor is my daily dose of inspiration. The coffee is divine, and the atmosphere fuels my creativity.", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-cheerful-african-woman-student-smiling-laughing-sitting-cafe-books-magazines-lying-table-learning-education_176420-12409.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-cheerful-african-woman-student-smiling-laughing-sitting-cafe-books-magazines-lying-table-learning-education_176420-12409.jpg?_wi=2", imageAlt: "Smiling woman enjoying coffee", }, { @@ -103,7 +103,7 @@ export default function LandingPage() { name: "Mark T.", role: "Tech Entrepreneur", testimonial: "The best place in town for a quick and delicious breakfast. Their croissants are simply out of this world!", - imageSrc: "http://img.b2bpic.net/free-photo/expressive-girl-is-posing-studio_176474-59460.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-girl-is-posing-studio_176474-59460.jpg?_wi=2", imageAlt: "Man enjoying coffee in a cafe", }, { @@ -111,7 +111,7 @@ export default function LandingPage() { name: "Elena P.", role: "University Student", testimonial: "I love studying here! The quiet corners and amazing iced lattes make it my favorite spot.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14386.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14386.jpg?_wi=2", imageAlt: "Woman studying with coffee", }, { @@ -119,7 +119,7 @@ export default function LandingPage() { name: "David L.", role: "Freelance Writer", testimonial: "Reliable Wi-Fi, fantastic coffee, and always a friendly face. Sip & Savor is my go-to for focused work.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-sits-cafe-drinks-coffee-watches-video-laptop-looking_1258-245377.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-sits-cafe-drinks-coffee-watches-video-laptop-looking_1258-245377.jpg?_wi=2", imageAlt: "Man working on laptop in cafe", }, ]} @@ -139,21 +139,21 @@ export default function LandingPage() { id: "1", name: "Sarah Chen", role: "Head Barista", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-curly-hair-wearing-shirt_273609-19785.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-curly-hair-wearing-shirt_273609-19785.jpg?_wi=2", imageAlt: "Smiling barista Sarah Chen", }, { id: "2", name: "Michael Lee", role: "Pastry Chef", - imageSrc: "http://img.b2bpic.net/free-photo/expressive-girl-is-posing-studio_176474-59460.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-girl-is-posing-studio_176474-59460.jpg?_wi=3", imageAlt: "Smiling pastry chef Michael Lee", }, { id: "3", name: "Jessica Kim", role: "Cafe Manager", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-cheerful-african-woman-student-smiling-laughing-sitting-cafe-books-magazines-lying-table-learning-education_176420-12409.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-cheerful-african-woman-student-smiling-laughing-sitting-cafe-books-magazines-lying-table-learning-education_176420-12409.jpg?_wi=3", imageAlt: "Smiling cafe manager Jessica Kim", }, ]} -- 2.49.1 From ac8be04e1c23516b512f67a7d09657375b936272 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 19:06:09 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index abd7423..6f0a7a8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -83,7 +83,7 @@ export default function LandingPage() { rows: 5, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/front-view-residential-house-city_23-2148798681.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-residential-house-city_23-2148798681.jpg?_wi=2" imageAlt="Modern cafe exterior during daytime" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From e3019c0f7795c8c53eb429601937c57ce4599678 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 19:06:09 +0000 Subject: [PATCH 3/4] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index c9e48c7..4ea2391 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -63,21 +63,21 @@ export default function LandingPage() { id: "1", name: "Classic Espresso", price: "$3.50", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-preparation-concept-still-life_23-2150354586.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-preparation-concept-still-life_23-2150354586.jpg?_wi=2", imageAlt: "Shot of rich espresso in a small cup", }, { id: "2", name: "Creamy Latte", price: "$4.75", - imageSrc: "http://img.b2bpic.net/free-photo/glass-cup-coffee-latte-pampas-grass-blue-table_114579-65949.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-cup-coffee-latte-pampas-grass-blue-table_114579-65949.jpg?_wi=2", imageAlt: "Classic latte with foam art", }, { id: "3", name: "Velvet Cappuccino", price: "$4.95", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-served-with-croissant-cozy-coffee-shop-coffee-aroma_482257-18279.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-served-with-croissant-cozy-coffee-shop-coffee-aroma_482257-18279.jpg?_wi=2", imageAlt: "Cappuccino with cinnamon sprinkle", }, ]} @@ -98,21 +98,21 @@ export default function LandingPage() { id: "1", name: "Flaky Butter Croissant", price: "$3.25", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-croissant-towel_23-2147667292.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-croissant-towel_23-2147667292.jpg?_wi=2", imageAlt: "Golden flaky croissant on a plate", }, { id: "2", name: "Blueberry Muffin", price: "$3.75", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-muffins-with-nuts-copy-space_23-2148833991.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-muffins-with-nuts-copy-space_23-2148833991.jpg?_wi=2", imageAlt: "Blueberry muffin in a paper wrapper", }, { id: "3", name: "Chocolate Chip Cookie", price: "$2.50", - imageSrc: "http://img.b2bpic.net/free-photo/cookies-feseli-bread-slices-board_114579-44899.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cookies-feseli-bread-slices-board_114579-44899.jpg?_wi=2", imageAlt: "Large chocolate chip cookie", }, ]} @@ -131,21 +131,21 @@ export default function LandingPage() { id: 1, title: "Iced Coffee & Teas", description: "Cool down with our refreshing iced coffees, teas, and specialty lemonades.", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-blue-surface_114579-16906.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-blue-surface_114579-16906.jpg?_wi=2", imageAlt: "Refreshing iced coffee in a glass", }, { id: 2, title: "Gourmet Sandwiches", description: "Handcrafted with fresh ingredients, perfect for a light lunch or quick bite.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-wrapped-salad-sandwiches-with-bread_23-2148640197.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-wrapped-salad-sandwiches-with-bread_23-2148640197.jpg?_wi=2", imageAlt: "Gourmet chicken avocado sandwich", }, { id: 3, title: "Fresh Juices & Smoothies", description: "Boost your day with our vibrant selection of freshly squeezed juices and fruit smoothies.", - imageSrc: "http://img.b2bpic.net/free-photo/natural-banana-smoothies-arrangement_23-2148574135.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/natural-banana-smoothies-arrangement_23-2148574135.jpg?_wi=2", imageAlt: "Colorful fruit smoothies in glasses", }, ]} -- 2.49.1 From 6de5b85c07df709fd49ce82655b5460519db9845 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 19:06:10 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 872c38f..0e4051d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,7 @@ export default function LandingPage() { }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/cookies-feseli-bread-slices-board_114579-44899.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cookies-feseli-bread-slices-board_114579-44899.jpg?_wi=1", imageAlt: "Assortment of fresh pastries", }, { @@ -101,7 +101,7 @@ export default function LandingPage() { }, { id: "6", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-blue-surface_114579-16906.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-blue-surface_114579-16906.jpg?_wi=1", imageAlt: "Refreshing iced coffee", }, ]} @@ -117,7 +117,7 @@ export default function LandingPage() { description="At Sip & Savor, we believe coffee is an experience. We meticulously source the finest beans from sustainable farms and craft each drink with passion and precision. Every cup tells a story." subdescription="Our cozy ambiance, friendly staff, and unwavering commitment to quality make us the perfect spot for your daily ritual, a productive work session, or a delightful catch-up with friends. We're more than a cafe; we're a community hub." icon={Star} - imageSrc="http://img.b2bpic.net/free-photo/young-woman-drinking-hot-tea-reading-favorite-paper-book-home_169016-49095.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-drinking-hot-tea-reading-favorite-paper-book-home_169016-49095.jpg?_wi=1" imageAlt="Cozy cafe interior with a person enjoying coffee" mediaAnimation="slide-up" /> @@ -158,7 +158,7 @@ export default function LandingPage() { title: "Signature Drinks", description: "Explore our unique blend of signature drinks, crafted with innovative flavors and premium ingredients, offering a refreshing twist on your favorites.", tag: "Unique Creations", - imageSrc: "http://img.b2bpic.net/free-photo/natural-banana-smoothies-arrangement_23-2148574135.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/natural-banana-smoothies-arrangement_23-2148574135.jpg?_wi=1", imageAlt: "Colorful refreshing fruit smoothies", }, ]} @@ -179,42 +179,42 @@ export default function LandingPage() { id: "1", name: "Classic Espresso", price: "$3.00", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-preparation-concept-still-life_23-2150354586.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-preparation-concept-still-life_23-2150354586.jpg?_wi=1", imageAlt: "Shot of classic espresso", }, { id: "2", name: "Creamy Latte", price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/glass-cup-coffee-latte-pampas-grass-blue-table_114579-65949.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-cup-coffee-latte-pampas-grass-blue-table_114579-65949.jpg?_wi=1", imageAlt: "Creamy latte with art", }, { id: "3", name: "Velvet Cappuccino", price: "$4.75", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-served-with-croissant-cozy-coffee-shop-coffee-aroma_482257-18279.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-served-with-croissant-cozy-coffee-shop-coffee-aroma_482257-18279.jpg?_wi=1", imageAlt: "Velvet cappuccino with foam", }, { id: "4", name: "Flaky Butter Croissant", price: "$3.50", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-croissant-towel_23-2147667292.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-croissant-towel_23-2147667292.jpg?_wi=1", imageAlt: "Golden butter croissant", }, { id: "5", name: "Blueberry Muffin", price: "$3.25", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-muffins-with-nuts-copy-space_23-2148833991.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-muffins-with-nuts-copy-space_23-2148833991.jpg?_wi=1", imageAlt: "Fresh blueberry muffin", }, { id: "6", name: "Club Sandwich", price: "$8.00", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-wrapped-salad-sandwiches-with-bread_23-2148640197.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-wrapped-salad-sandwiches-with-bread_23-2148640197.jpg?_wi=1", imageAlt: "Delicious club sandwich", }, ]} @@ -236,7 +236,7 @@ export default function LandingPage() { handle: "@emily.reads", testimonial: "Sip & Savor is my absolute favorite spot! The coffee is always perfect, and the atmosphere is so relaxing. Their croissants are a must-try!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-cheerful-african-woman-student-smiling-laughing-sitting-cafe-books-magazines-lying-table-learning-education_176420-12409.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-cheerful-african-woman-student-smiling-laughing-sitting-cafe-books-magazines-lying-table-learning-education_176420-12409.jpg?_wi=1", imageAlt: "Emily R. customer avatar", }, { @@ -245,7 +245,7 @@ export default function LandingPage() { handle: "@mark_java", testimonial: "The best place to start my day. I grab a latte and a breakfast sandwich every morning. The staff are always incredibly friendly!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-girl-is-posing-studio_176474-59460.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-girl-is-posing-studio_176474-59460.jpg?_wi=1", imageAlt: "Mark J. customer avatar", }, { @@ -254,7 +254,7 @@ export default function LandingPage() { handle: "@sarah_lovecoffee", testimonial: "I love coming here to work. Great wifi, delicious snacks, and unlimited coffee refills. It's my productivity sanctuary!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14386.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14386.jpg?_wi=1", imageAlt: "Sarah L. customer avatar", }, { @@ -263,7 +263,7 @@ export default function LandingPage() { handle: "@david_explores", testimonial: "Found this gem while traveling and kept coming back. Their iced coffee is a game-changer, perfectly refreshing. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-sits-cafe-drinks-coffee-watches-video-laptop-looking_1258-245377.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-sits-cafe-drinks-coffee-watches-video-laptop-looking_1258-245377.jpg?_wi=1", imageAlt: "David K. customer avatar", }, { @@ -272,7 +272,7 @@ export default function LandingPage() { handle: "@jessica_eats", testimonial: "The pastries here are divine! I've tried almost everything, and it's all incredibly fresh and delicious. A true local treasure.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-curly-hair-wearing-shirt_273609-19785.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-curly-hair-wearing-shirt_273609-19785.jpg?_wi=1", imageAlt: "Jessica T. customer avatar", }, ]} @@ -308,7 +308,7 @@ export default function LandingPage() { rows: 5, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/front-view-residential-house-city_23-2148798681.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-residential-house-city_23-2148798681.jpg?_wi=1" imageAlt="Modern cafe exterior" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1