From bfc855ef2ff46ac2a15f1b79b1d5020a8ab3bf11 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:55:06 +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 7f71b01..72ab597 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { description="Great Tea, Delicious Fast Food & The Perfect Hangout Spot on Ajwa Road. Join 248+ Happy Customers - 5.0 ⭐ Rating" tag="5.0 ⭐ 248+ Reviews" background={{ variant: "animated-grid" }} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg?_wi=1" imageAlt="Akhil's Cafe cozy interior with warm lighting" buttons={[ { text: "Call Now", href: "tel:092652-32296" }, @@ -101,7 +101,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Akhil's Cafe", name: "Premium Chai Tea", price: "₹20", rating: 5, - reviewCount: "248", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-delicious-cake-dark-background-tea-cake-sweet-pie-cookie-biscuit_140725-115591.jpg", imageAlt: "Freshly brewed premium chai tea" + reviewCount: "248", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-delicious-cake-dark-background-tea-cake-sweet-pie-cookie-biscuit_140725-115591.jpg?_wi=1", imageAlt: "Freshly brewed premium chai tea" }, { id: "2", brand: "Akhil's Cafe", name: "Gourmet Sandwiches", price: "₹60", rating: 5, @@ -121,7 +121,7 @@ export default function LandingPage() { }, { id: "6", brand: "Akhil's Cafe", name: "Cold Beverages", price: "₹25", rating: 5, - reviewCount: "248", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-delicious-cake-dark-background-tea-cake-sweet-pie-cookie-biscuit_140725-115591.jpg", imageAlt: "Refreshing cold drinks" + reviewCount: "248", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-delicious-cake-dark-background-tea-cake-sweet-pie-cookie-biscuit_140725-115591.jpg?_wi=2", imageAlt: "Refreshing cold drinks" } ]} /> @@ -183,7 +183,7 @@ export default function LandingPage() { { value: "248+", title: "Happy Customers" }, { value: "5.0", title: "Google Rating" } ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg?_wi=2" imageAlt="Akhil's Cafe location on Ajwa Road" useInvertedBackground={false} mediaAnimation="slide-up" -- 2.49.1