From 2bced0e831ca32d97e4f0c49d209c35b24a7d27b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:31:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d7cb321..cf3e8b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { title="Koduru's Favorite Family Restaurant" description="Delicious Food | Cozy Ambience | Affordable Prices" tag="Since 2015" - imageSrc="http://img.b2bpic.net/free-psd/authentic-chicken-biryani-served-traditional-earthenware-bowl_84443-64517.jpg" + imageSrc="http://img.b2bpic.net/free-psd/authentic-chicken-biryani-served-traditional-earthenware-bowl_84443-64517.jpg?_wi=1" imageAlt="Delicious biryani dish at Brundhavan Restaurant" textPosition="bottom-left" showBlur={true} @@ -96,7 +96,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Baby Corn Manchurian", price: "₹180", variant: "Crispy & Flavorful", imageSrc: "http://img.b2bpic.net/free-photo/nam-neaung-vietnamese-meat-ball-wraps_1339-2786.jpg", imageAlt: "Baby Corn Manchurian" + id: "1", name: "Baby Corn Manchurian", price: "₹180", variant: "Crispy & Flavorful", imageSrc: "http://img.b2bpic.net/free-photo/nam-neaung-vietnamese-meat-ball-wraps_1339-2786.jpg?_wi=1", imageAlt: "Baby Corn Manchurian" }, { id: "2", name: "Mutton Biryani", price: "₹250", variant: "Aromatic & Tender", imageSrc: "http://img.b2bpic.net/free-psd/delicious-lamb-biryani-with-raita-fresh-mint_84443-64726.jpg", imageAlt: "Mutton Biryani" @@ -120,11 +120,11 @@ export default function LandingPage() { features={[ { id: 1, - title: "Hygienic Kitchen", description: "Clean and well-maintained kitchen following strict food safety standards.", imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", imageAlt: "restaurant interior dining cozy ambiance" + title: "Hygienic Kitchen", description: "Clean and well-maintained kitchen following strict food safety standards.", imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=1", imageAlt: "restaurant interior dining cozy ambiance" }, { id: 2, - title: "Fresh Ingredients", description: "We use only the freshest ingredients sourced daily for authentic taste.", imageSrc: "http://img.b2bpic.net/free-psd/authentic-chicken-biryani-served-traditional-earthenware-bowl_84443-64517.jpg", imageAlt: "biryani indian rice food restaurant" + title: "Fresh Ingredients", description: "We use only the freshest ingredients sourced daily for authentic taste.", imageSrc: "http://img.b2bpic.net/free-psd/authentic-chicken-biryani-served-traditional-earthenware-bowl_84443-64517.jpg?_wi=2", imageAlt: "biryani indian rice food restaurant" }, { id: 3, @@ -132,11 +132,11 @@ export default function LandingPage() { }, { id: 4, - title: "Budget-Friendly", description: "Quality food at affordable prices that won't burn your wallet.", imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", imageAlt: "restaurant interior dining cozy ambiance" + title: "Budget-Friendly", description: "Quality food at affordable prices that won't burn your wallet.", imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=2", imageAlt: "restaurant interior dining cozy ambiance" }, { id: 5, - title: "Quick Service", description: "Fast and efficient service that respects your time and appetite.", imageSrc: "http://img.b2bpic.net/free-photo/nam-neaung-vietnamese-meat-ball-wraps_1339-2786.jpg", imageAlt: "baby corn manchurian appetizer chinese food" + title: "Quick Service", description: "Fast and efficient service that respects your time and appetite.", imageSrc: "http://img.b2bpic.net/free-photo/nam-neaung-vietnamese-meat-ball-wraps_1339-2786.jpg?_wi=2", imageAlt: "baby corn manchurian appetizer chinese food" } ]} /> @@ -165,7 +165,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=3" imageAlt="Brundhavan Restaurant dining experience" mediaPosition="right" inputPlaceholder="Enter your email" -- 2.49.1