From 2d3cecc974382b4163c83ba8efac28027c660b14 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 16:02:54 +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 9650d2c..8ffbb28 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/business-owner-working-coffee-shop_23-2148366578.jpg", imageAlt: "Barista crafting specialty coffee" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-with-roasted-beans_23-2148251596.jpg", imageAlt: "Creamy cappuccino with latte art" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-with-roasted-beans_23-2148251596.jpg?_wi=1", imageAlt: "Creamy cappuccino with latte art" }, { imageSrc: "http://img.b2bpic.net/free-photo/young-curly-woman-enjoying-her-wine-bar_627829-6903.jpg", imageAlt: "Warm café interior ambiance" @@ -76,7 +76,7 @@ export default function LandingPage() { description="Founded by coffee enthusiasts who believe in quality and community." subdescription="Brew Haven - Where Every Cup Tells a Story" icon={Leaf} - imageSrc="http://img.b2bpic.net/free-photo/white-chairs-tables-cafe_141793-2924.jpg" + imageSrc="http://img.b2bpic.net/free-photo/white-chairs-tables-cafe_141793-2924.jpg?_wi=1" imageAlt="Cozy café seating area" mediaAnimation="opacity" useInvertedBackground={false} @@ -101,7 +101,7 @@ export default function LandingPage() { }, { id: "2", brand: "Brew Haven", name: "Artisan Cappuccino", price: "₹160", rating: 5, - reviewCount: "428", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-with-roasted-beans_23-2148251596.jpg", imageAlt: "Creamy cappuccino with latte art" + reviewCount: "428", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-with-roasted-beans_23-2148251596.jpg?_wi=2", imageAlt: "Creamy cappuccino with latte art" }, { id: "3", brand: "Brew Haven", name: "Fresh Pastry Selection", price: "₹95", rating: 5, @@ -117,7 +117,7 @@ export default function LandingPage() { }, { id: "6", brand: "Brew Haven", name: "Specialty Coffee Pour Over", price: "₹165", rating: 5, - reviewCount: "321", imageSrc: "http://img.b2bpic.net/free-photo/man-apron-holding-glass-with-coffee-cups_23-2148366679.jpg", imageAlt: "Artisan coffee brewing process" + reviewCount: "321", imageSrc: "http://img.b2bpic.net/free-photo/man-apron-holding-glass-with-coffee-cups_23-2148366679.jpg?_wi=1", imageAlt: "Artisan coffee brewing process" } ]} /> @@ -133,11 +133,11 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Ambiance", title: "Warm & Welcoming", subtitle: "Step into comfort and elegance.", description: "Our café is designed to be your sanctuary. With thoughtful lighting, comfortable seating, and a curated atmosphere, every moment spent here is meant to be cherished.", imageSrc: "http://img.b2bpic.net/free-photo/white-chairs-tables-cafe_141793-2924.jpg", imageAlt: "Cozy café seating area" + tag: "Ambiance", title: "Warm & Welcoming", subtitle: "Step into comfort and elegance.", description: "Our café is designed to be your sanctuary. With thoughtful lighting, comfortable seating, and a curated atmosphere, every moment spent here is meant to be cherished.", imageSrc: "http://img.b2bpic.net/free-photo/white-chairs-tables-cafe_141793-2924.jpg?_wi=2", imageAlt: "Cozy café seating area" }, { id: 2, - tag: "Craftsmanship", title: "Artisan Preparation", subtitle: "Coffee as an art form.", description: "Our skilled baristas treat coffee preparation as a craft. Each cup is carefully prepared with precision, passion, and an unwavering commitment to quality and taste.", imageSrc: "http://img.b2bpic.net/free-photo/man-apron-holding-glass-with-coffee-cups_23-2148366679.jpg", imageAlt: "Professional barista crafting specialty coffee" + tag: "Craftsmanship", title: "Artisan Preparation", subtitle: "Coffee as an art form.", description: "Our skilled baristas treat coffee preparation as a craft. Each cup is carefully prepared with precision, passion, and an unwavering commitment to quality and taste.", imageSrc: "http://img.b2bpic.net/free-photo/man-apron-holding-glass-with-coffee-cups_23-2148366679.jpg?_wi=2", imageAlt: "Professional barista crafting specialty coffee" }, { id: 3, -- 2.49.1