From 514058c2d8b64955d552a5ef4176a6fcb522d78c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 16:59:43 +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 5f278e8..0716c09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { description="Founded in 2019 by Aryan Mehta, a former software engineer" subdescription="From Shimla garage to 500+ daily cups across India" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/cup-coffee-with-old-grinder_1204-105.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cup-coffee-with-old-grinder_1204-105.jpg?_wi=1" imageAlt="Cozy premium café interior with warm lighting" mediaAnimation="blur-reveal" useInvertedBackground={false} @@ -106,15 +106,15 @@ export default function LandingPage() { features={[ { id: "1", title: "Premium Coffee Machines", tags: ["Italian Espresso", "Precision Brewing"], - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-old-grinder_1204-105.jpg", imageAlt: "Premium espresso machine" + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-old-grinder_1204-105.jpg?_wi=2", imageAlt: "Premium espresso machine" }, { id: "2", title: "Freshly Baked Sides", tags: ["Artisan Pastries", "Daily Baked"], - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-old-grinder_1204-105.jpg", imageAlt: "Freshly baked pastries and sides" + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-old-grinder_1204-105.jpg?_wi=3", imageAlt: "Freshly baked pastries and sides" }, { id: "3", title: "Cozy Seating for 40 Guests", tags: ["Intimate Space", "Perfect Ambiance"], - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-old-grinder_1204-105.jpg", imageAlt: "Warm and cozy café seating area" + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-old-grinder_1204-105.jpg?_wi=4", imageAlt: "Warm and cozy café seating area" } ]} animationType="slide-up" -- 2.49.1