From 2b7b2350d0d2479ea33956cc811150ab155ae505 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 09:47:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ccf3b9..d49e4b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { }, ]} enableKpiAnimation={true} - imageSrc="http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg?_wi=1" imageAlt="cozy cafe interior premium warm atmosphere" mediaAnimation="slide-up" avatars={[ @@ -127,7 +127,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Crafted with Passion" description="At LOC Premium Cafe, we believe that every cup tells a story. From selecting the finest beans to our expert brewing techniques, we strive to deliver an unmatched coffee experience in an environment designed for connection." - imageSrc="http://img.b2bpic.net/free-photo/crop-hands-pressing-coffee_23-2147775914.jpg" + imageSrc="http://img.b2bpic.net/free-photo/crop-hands-pressing-coffee_23-2147775914.jpg?_wi=1" imageAlt="barista making specialty coffee focus" /> @@ -217,7 +217,7 @@ export default function LandingPage() { title: "Expert Craft", subtitle: "Artisan", description: "Our baristas are professionally trained to master every brewing technique.", - imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg?_wi=2", imageAlt: "Barista is preparing coffee", }, { @@ -225,7 +225,7 @@ export default function LandingPage() { title: "Premium Vibe", subtitle: "Elegant", description: "A comfortable, serene space for work, meetings, or social gatherings.", - imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-pressing-coffee_23-2147775914.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-pressing-coffee_23-2147775914.jpg?_wi=2", imageAlt: "Barista is preparing coffee", }, ]} @@ -284,7 +284,7 @@ export default function LandingPage() { name: "John Smith", role: "Founder", description: "Coffee enthusiast focused on sustainable community growth.", - imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg?_wi=3", imageAlt: "Man hands working with coffee machine in restaurant. Close up barista hands preparing making coffee in coffee shop", }, { @@ -292,7 +292,7 @@ export default function LandingPage() { name: "Alice Wong", role: "Pastry Chef", description: "Artisan baker specializing in French-style treats.", - imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-pressing-coffee_23-2147775914.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-pressing-coffee_23-2147775914.jpg?_wi=3", imageAlt: "Man hands working with coffee machine in restaurant. Close up barista hands preparing making coffee in coffee shop", }, ]} -- 2.49.1