From ece40efeb487c8184cfa35be4157d1776d61638b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 00:58:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 30a0c90..e685e1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function ArabianForestCafe() { description="Coffee, comfort, and unforgettable vibes await in our magical café sanctuary." tag="Premium Café Experience" tagIcon={Sparkles} - imageSrc="http://img.b2bpic.net/free-photo/lamps-arab-restaurant_23-2147794382.jpg" + imageSrc="http://img.b2bpic.net/free-photo/lamps-arab-restaurant_23-2147794382.jpg?_wi=1" imageAlt="Arabian Forest Café interior with warm lighting" textPosition="bottom-left" showBlur={true} @@ -87,10 +87,10 @@ export default function ArabianForestCafe() { id: "1", name: "Signature Cappuccino", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-pouring-coffee-mug_23-2148350191.jpg", imageAlt: "Signature Cappuccino with latte art" }, { - id: "2", name: "Forest Platter", price: "₹380", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-dough-with-wooden-board-tomatoes_23-2148753786.jpg", imageAlt: "Forest Platter with gourmet selections" + id: "2", name: "Forest Platter", price: "₹380", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-dough-with-wooden-board-tomatoes_23-2148753786.jpg?_wi=1", imageAlt: "Forest Platter with gourmet selections" }, { - id: "3", name: "Zing Burger", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-dough-with-wooden-board-tomatoes_23-2148753786.jpg", imageAlt: "Premium Zing Burger" + id: "3", name: "Zing Burger", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-dough-with-wooden-board-tomatoes_23-2148753786.jpg?_wi=2", imageAlt: "Premium Zing Burger" } ]} /> @@ -108,7 +108,7 @@ export default function ArabianForestCafe() { features={[ { id: 1, - title: "Cozy Interior Design", description: "Warm lighting, comfortable seating, and thoughtfully curated décor create the perfect atmosphere for relaxation and connection.", imageSrc: "http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg", imageAlt: "Cozy café interior seating area" + title: "Cozy Interior Design", description: "Warm lighting, comfortable seating, and thoughtfully curated décor create the perfect atmosphere for relaxation and connection.", imageSrc: "http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg?_wi=1", imageAlt: "Cozy café interior seating area" }, { id: 2, @@ -201,7 +201,7 @@ export default function ArabianForestCafe() { background={{ variant: "sparkles-gradient" }} mediaAnimation="slide-up" mediaPosition="right" - imageSrc="http://img.b2bpic.net/free-photo/lamps-arab-restaurant_23-2147794382.jpg" + imageSrc="http://img.b2bpic.net/free-photo/lamps-arab-restaurant_23-2147794382.jpg?_wi=2" imageAlt="Arabian Forest Café contact" inputPlaceholder="Enter your email" buttonText="Subscribe" @@ -211,7 +211,7 @@ export default function ArabianForestCafe() {