From f1bdb3d0ca2e2986439e9638cec1f3834a4c9284 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 17:00: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 e7b38ea..63936a7 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