From 8a272fc7b6a6b0e6c85ed9a802043feeee5da1ce Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:06:51 +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 6b7f720..8614d50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-with-grinded-coffee-spices-flowers-coffee-beans-cookies-flat-lay-wooden-background_176474-64411.jpg", imageAlt: "Premium coffee beans" }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-croissants_23-2148628324.jpg", imageAlt: "Fresh baked croissants" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-croissants_23-2148628324.jpg?_wi=1", imageAlt: "Fresh baked croissants" } ]} autoplayDelay={4000} @@ -88,13 +88,13 @@ export default function LandingPage() { tagIcon={Sparkles} products={[ { - id: "espresso", name: "Espresso", price: "৳250", variant: "Single, Double, Triple", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1845.jpg", imageAlt: "Perfect espresso shot" + id: "espresso", name: "Espresso", price: "৳250", variant: "Single, Double, Triple", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1845.jpg?_wi=1", imageAlt: "Perfect espresso shot" }, { id: "cappuccino", name: "Cappuccino", price: "৳350", variant: "Small, Medium, Large", imageSrc: "http://img.b2bpic.net/free-photo/hot-mocha-coffee_1339-2383.jpg", imageAlt: "Creamy cappuccino" }, { - id: "croissant", name: "Fresh Croissant", price: "৳180", variant: "Plain, Chocolate, Almond", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-croissants_23-2148628324.jpg", imageAlt: "Butter croissant" + id: "croissant", name: "Fresh Croissant", price: "৳180", variant: "Plain, Chocolate, Almond", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-croissants_23-2148628324.jpg?_wi=2", imageAlt: "Butter croissant" }, { id: "sandwich", name: "Premium Sandwich", price: "৳320", variant: "Veggie, Chicken, Cheese", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-sandwich_23-2149235926.jpg", imageAlt: "Fresh sandwich" @@ -193,7 +193,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Premium Quality", description: "Handcrafted coffee and baked goods made fresh every single day with the finest ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1845.jpg", imageAlt: "Premium coffee quality" + title: "Premium Quality", description: "Handcrafted coffee and baked goods made fresh every single day with the finest ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1845.jpg?_wi=2", imageAlt: "Premium coffee quality" }, { id: 2,