From 5d63b4bf5d4638e590d786108c86bbf63537d0d7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:57:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 35bbe86..f31b5c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" background={{ variant: "blurBottom" }} - imageSrc="http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg?_wi=1" imageAlt="Cafe interior with warm ambiance" mediaAnimation="opacity" frameStyle="card" @@ -79,7 +79,7 @@ export default function LandingPage() { { id: "2", name: "Cappuccino", price: "$5.00", variant: "8oz, Foamed Milk", imageSrc: "http://img.b2bpic.net/free-photo/glass-cappuccino-with-cream_140725-159.jpg", imageAlt: "Creamy cappuccino"}, { - id: "3", name: "Croissant", price: "$4.50", variant: "Butter, Fresh Baked", imageSrc: "http://img.b2bpic.net/free-photo/croissant-coffee-food-photography_53876-104492.jpg", imageAlt: "Golden butter croissant"}, + id: "3", name: "Croissant", price: "$4.50", variant: "Butter, Fresh Baked", imageSrc: "http://img.b2bpic.net/free-photo/croissant-coffee-food-photography_53876-104492.jpg?_wi=1", imageAlt: "Golden butter croissant"}, { id: "4", name: "Fresh Salad", price: "$8.99", variant: "Seasonal Mix, Dressing", imageSrc: "http://img.b2bpic.net/free-photo/healthy-chickpea-salad-with-tomatolettuce-cucumber-wooden-table_123827-32420.jpg", imageAlt: "Colorful fresh salad"}, { @@ -105,13 +105,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Ethically Sourced Beans", description: "We partner directly with farmers to source the finest single-origin coffee beans, ensuring quality from farm to cup.", imageSrc: "http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg"}, + title: "Ethically Sourced Beans", description: "We partner directly with farmers to source the finest single-origin coffee beans, ensuring quality from farm to cup.", imageSrc: "http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg?_wi=2"}, { id: 2, title: "Expert Baristas", description: "Our certified baristas have years of experience crafting perfect espresso-based beverages and innovative specialty drinks.", imageSrc: "http://img.b2bpic.net/free-photo/barista-standing-by-counter-coffee-shop_1303-29345.jpg"}, { id: 3, - title: "Fresh Pastries Daily", description: "All pastries and baked goods are prepared fresh each morning using premium ingredients and traditional techniques.", imageSrc: "http://img.b2bpic.net/free-photo/croissant-coffee-food-photography_53876-104492.jpg"}, + title: "Fresh Pastries Daily", description: "All pastries and baked goods are prepared fresh each morning using premium ingredients and traditional techniques.", imageSrc: "http://img.b2bpic.net/free-photo/croissant-coffee-food-photography_53876-104492.jpg?_wi=2"}, ]} title="Why Choose Us" description="Experience the difference quality makes" -- 2.49.1