From d2d130d7c7944b7bc8bbaa63b6e9c4abcc911ccc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:20:51 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index cbc276d..b3f3675 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Story" description="Born from a love of authentic coffee, Java Cafe started as a small dream in the heart of the city." - imageSrc="http://img.b2bpic.net/free-photo/portrait-redhead-female-barista-small-coffee-shop_613910-10436.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-redhead-female-barista-small-coffee-shop_613910-10436.jpg?_wi=2" /> @@ -65,7 +65,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Philosophy" description="Sustainable and ethical coffee culture." - imageSrc="http://img.b2bpic.net/free-photo/portrait-redhead-female-barista-small-coffee-shop_613910-10436.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-redhead-female-barista-small-coffee-shop_613910-10436.jpg?_wi=3" mediaAnimation="slide-up" bulletPoints={[ { -- 2.49.1 From 6e6379d55522c3646a520c995e02dc93e7637811 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:20:52 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f8bf163..0dea00d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { title="Get in Touch" description="Need help or have questions? Visit us or call anytime." faqsAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg?_wi=3" /> @@ -92,13 +92,13 @@ export default function LandingPage() { id: "s1", name: "Alex", role: "Lead Barista", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-female-barista-small-coffee-shop_613910-10436.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-female-barista-small-coffee-shop_613910-10436.jpg?_wi=4", }, { id: "s2", name: "Sam", role: "Barista", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg?_wi=4", }, ]} /> -- 2.49.1 From bcd4b6dad720912ef10230875aefd8ee59e5f4c2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:20:52 +0000 Subject: [PATCH 3/4] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 7efcde0..d7efe44 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { price: "$3.00", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-latte-coffee_74190-2919.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-latte-coffee_74190-2919.jpg?_wi=2", }, { id: "2", @@ -72,7 +72,7 @@ export default function LandingPage() { price: "$4.50", rating: 5, reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-cappuccino-cup-sacking-bag-with-fir-cone_141793-12974.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-cappuccino-cup-sacking-bag-with-fir-cone_141793-12974.jpg?_wi=3", }, { id: "3", @@ -81,7 +81,7 @@ export default function LandingPage() { price: "$5.00", rating: 4, reviewCount: "80", - imageSrc: "http://img.b2bpic.net/free-photo/glass-cappuccino-with-cream_140725-159.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-cappuccino-with-cream_140725-159.jpg?_wi=2", }, { id: "4", @@ -90,7 +90,7 @@ export default function LandingPage() { price: "$4.00", rating: 5, reviewCount: "60", - imageSrc: "http://img.b2bpic.net/free-photo/refreshing-iced-coffee-glass-with-condensation-ice_84443-83820.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/refreshing-iced-coffee-glass-with-condensation-ice_84443-83820.jpg?_wi=3", }, { id: "5", @@ -99,7 +99,7 @@ export default function LandingPage() { price: "$2.50", rating: 5, reviewCount: "110", - imageSrc: "http://img.b2bpic.net/free-photo/cookies-with-chocolate-chips-closeup-food-background_169016-25514.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cookies-with-chocolate-chips-closeup-food-background_169016-25514.jpg?_wi=2", }, { id: "6", -- 2.49.1 From c1e36dc8dbd6c6125dcfe6a9c0e8993027b8562d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:20:53 +0000 Subject: [PATCH 4/4] 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 aa2c3e7..cdfe8be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@alicem", testimonial: "The best espresso in town, hands down!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg?_wi=1", imageAlt: "cozy coffee shop interior", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@bobd", testimonial: "My morning ritual is incomplete without Java Cafe.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-female-barista-small-coffee-shop_613910-10436.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-female-barista-small-coffee-shop_613910-10436.jpg?_wi=1", imageAlt: "barista making coffee", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@charlies", testimonial: "Staff is friendly and the atmosphere is cozy.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-latte-coffee_74190-2919.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-latte-coffee_74190-2919.jpg?_wi=1", imageAlt: "hot espresso coffee cup", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@dianap", testimonial: "Superb coffee quality and fast service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-cappuccino-cup-sacking-bag-with-fir-cone_141793-12974.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-cappuccino-cup-sacking-bag-with-fir-cone_141793-12974.jpg?_wi=1", imageAlt: "creamy cappuccino art", }, { @@ -99,11 +99,11 @@ export default function LandingPage() { handle: "@edwardk", testimonial: "Love the minimalist vibe here.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/glass-cappuccino-with-cream_140725-159.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-cappuccino-with-cream_140725-159.jpg?_wi=1", imageAlt: "mocha coffee drink chocolate", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/close-up-latte-coffee_74190-2919.jpg", @@ -165,7 +165,7 @@ export default function LandingPage() { category: "News", title: "The Art of Latte", excerpt: "Mastering the perfect foam.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-cappuccino-cup-sacking-bag-with-fir-cone_141793-12974.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-cappuccino-cup-sacking-bag-with-fir-cone_141793-12974.jpg?_wi=2", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-latte-coffee_74190-2919.jpg", date: "2024-05-10", @@ -175,7 +175,7 @@ export default function LandingPage() { category: "Tips", title: "Home Brewing", excerpt: "Brew like a pro at home.", - imageSrc: "http://img.b2bpic.net/free-photo/refreshing-iced-coffee-glass-with-condensation-ice_84443-83820.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/refreshing-iced-coffee-glass-with-condensation-ice_84443-83820.jpg?_wi=1", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-latte-coffee_74190-2919.jpg", date: "2024-05-15", @@ -229,7 +229,7 @@ export default function LandingPage() { quote: "The coffee is truly top-tier.", name: "Anna", role: "Fan", - imageSrc: "http://img.b2bpic.net/free-photo/refreshing-iced-coffee-glass-with-condensation-ice_84443-83820.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/refreshing-iced-coffee-glass-with-condensation-ice_84443-83820.jpg?_wi=2", imageAlt: "iced cold brew coffee", }, { @@ -238,7 +238,7 @@ export default function LandingPage() { quote: "Perfect for working or reading.", name: "Ben", role: "Fan", - imageSrc: "http://img.b2bpic.net/free-photo/cookies-with-chocolate-chips-closeup-food-background_169016-25514.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cookies-with-chocolate-chips-closeup-food-background_169016-25514.jpg?_wi=1", imageAlt: "coffee shop pastry cookie", }, ]} -- 2.49.1