From 85f9849425e919498e519fbab94db563c78514bc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 13:31:40 +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 a1759fa..f691719 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892961.jpg" + imageSrc="http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892961.jpg?_wi=1" imageAlt="Futuristic cafe experience" /> @@ -76,7 +76,7 @@ export default function LandingPage() { name: "Signature Espresso", price: "25 DH", variant: "Hot", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-ice-cappuccino-glass-wooden-plate-with-decorations-black_181624-24413.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-ice-cappuccino-glass-wooden-plate-with-decorations-black_181624-24413.jpg?_wi=1", }, { id: "p2", @@ -140,7 +140,7 @@ export default function LandingPage() { description: "Precision temperature control for consistent flavor profiles.", bentoComponent: "reveal-icon", icon: Gauge, - imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892961.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892961.jpg?_wi=2", imageAlt: "Beauty salon with cosmetology equipment in anime style", }, { @@ -148,7 +148,7 @@ export default function LandingPage() { description: "Hand-folded croissants baked fresh every single morning.", bentoComponent: "reveal-icon", icon: Croissant, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-ice-cappuccino-glass-wooden-plate-with-decorations-black_181624-24413.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-ice-cappuccino-glass-wooden-plate-with-decorations-black_181624-24413.jpg?_wi=2", imageAlt: "Beauty salon with cosmetology equipment in anime style", }, ]}