From b3208afc8603c98cb3d37d97308dc45adb24325b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 09:48:33 +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 77463c7..84aa116 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { value: "5k+", label: "Happy Clients" } ]} 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" marqueeItems={[ @@ -71,7 +71,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" /> @@ -103,8 +103,8 @@ export default function LandingPage() { description="We don't just serve coffee; we create moments." features={[ { tag: "Beans", title: "Ethically Sourced", subtitle: "Sustainable", description: "We partner directly with farmers to ensure high-quality, sustainable beans.", imageSrc: "http://img.b2bpic.net/free-photo/barista-is-preparing-coffee_140725-8112.jpg", imageAlt: "Barista is preparing coffee" }, - { tag: "Brewing", 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", imageAlt: "Barista is preparing coffee" }, - { tag: "Space", 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", imageAlt: "Barista is preparing coffee" } + { tag: "Brewing", 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?_wi=2", imageAlt: "Barista is preparing coffee" }, + { tag: "Space", 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?_wi=2", imageAlt: "Barista is preparing coffee" } ]} /> @@ -134,8 +134,8 @@ export default function LandingPage() { description="The friendly faces behind your morning ritual." members={[ { id: "t1", name: "Jane Doe", role: "Head Barista", description: "Award-winning specialist with 10 years of craft brewing.", imageSrc: "http://img.b2bpic.net/free-photo/man-hands-working-with-coffee-machine-restaurant-close-up-barista-hands-preparing-making-coffee-coffee-shop_574295-514.jpg", imageAlt: "Head Barista" }, - { id: "t2", 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", imageAlt: "Founder" }, - { id: "t3", 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", imageAlt: "Pastry Chef" } + { id: "t2", 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?_wi=3", imageAlt: "Founder" }, + { id: "t3", 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?_wi=3", imageAlt: "Pastry Chef" } ]} /> -- 2.49.1