From b249272ed67a6f0a5c978d948adcac13c132ff08 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:53:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f5413fd..5bf05c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5949.jpg", imageAlt: "PeeR Cafe cozy interior with seating" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-coffee-cup_23-2148865570.jpg?_wi=1", imageAlt: "Fresh brewed coffee preparation" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-coffee-cup_23-2148865570.jpg", imageAlt: "Fresh brewed coffee preparation" } ]} mediaAnimation="opacity" @@ -76,7 +76,7 @@ export default function LandingPage() { { value: "500+", title: "Happy Customers Daily" }, { value: "50+", title: "Menu Items" } ]} - imageSrc="http://img.b2bpic.net/free-photo/cupcakes-with-cup-coffee_114579-19197.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/cupcakes-with-cup-coffee_114579-19197.jpg" imageAlt="Café interior with customers enjoying" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -92,10 +92,10 @@ export default function LandingPage() { tagIcon={Sparkles} products={[ { - id: "1", name: "Classic Milk Coffee", price: "₹59", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-coffee-cup_23-2148865570.jpg?_wi=2", imageAlt: "Classic Milk Coffee" + id: "1", name: "Classic Milk Coffee", price: "₹59", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-coffee-cup_23-2148865570.jpg", imageAlt: "Classic Milk Coffee" }, { - id: "2", name: "Irish Coffee", price: "₹79", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-coffee-cup_23-2148865570.jpg?_wi=3", imageAlt: "Irish Coffee" + id: "2", name: "Irish Coffee", price: "₹79", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-coffee-cup_23-2148865570.jpg", imageAlt: "Irish Coffee" }, { id: "3", name: "Cold Coffee with Ice Cream", price: "₹99", imageSrc: "http://img.b2bpic.net/free-photo/cold-coffee-with-ice-cream_1220-4092.jpg", imageAlt: "Cold Coffee with Ice Cream" @@ -104,7 +104,7 @@ export default function LandingPage() { id: "4", name: "Masala Maggie", price: "₹99", imageSrc: "http://img.b2bpic.net/free-photo/tasty-colorful-appetizing-cooked-spaghetti-italian-pasta-with-tomato-sauce-bolognese-fresh-basil-closeup_1220-1172.jpg", imageAlt: "Masala Maggie" }, { - id: "5", name: "Chicken Tikka Kebab", price: "₹179", imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-with-cup-coffee_114579-19197.jpg?_wi=2", imageAlt: "Chicken Tikka Kebab" + id: "5", name: "Chicken Tikka Kebab", price: "₹179", imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-with-cup-coffee_114579-19197.jpg", imageAlt: "Chicken Tikka Kebab" }, { id: "6", name: "Ice Cream Triple Scoop", price: "₹149", imageSrc: "http://img.b2bpic.net/free-photo/tasty-fresh-cold-appetizing-vanilla-ice-cream-with-nuts-apricots-waffles-syrup-white-table-with-ingredients-making-dessert-top-view_1220-1388.jpg", imageAlt: "Ice Cream Triple Scoop" @@ -125,7 +125,7 @@ export default function LandingPage() { tagIcon={Zap} plans={[ { - id: "1", badge: "Buy 2 Get 1", badgeIcon={Gift}, + id: "1", badge: "Buy 2 Get 1", badgeIcon: Gift, price: "Save 33%", subtitle: "Buy 2 coffees, get 1 free", buttons: [ { text: "Claim Offer", href: "tel:+916291470703" }, { text: "Learn More", href: "#" } @@ -135,7 +135,7 @@ export default function LandingPage() { ] }, { - id: "2", badge: "Student Special", badgeIcon={BookOpen}, + id: "2", badge: "Student Special", badgeIcon: BookOpen, price: "10% Off", subtitle: "With valid student ID", buttons: [ { text: "Call for Details", href: "tel:+916291470703" }, { text: "Visit Us", href: "#contact" } @@ -145,7 +145,7 @@ export default function LandingPage() { ] }, { - id: "3", badge: "Weekend Special", badgeIcon={Sun}, + id: "3", badge: "Weekend Special", badgeIcon: Sun, price: "Free Dessert", subtitle: "On orders above ₹300", buttons: [ { text: "Reserve Now", href: "tel:+916291470703" }, { text: "Check Menu", href: "#menu" } -- 2.49.1