From 22a142d81382fa717dcea9df73e2676e127d07ce Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 13:35:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index af12eee..42896cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -190,13 +190,13 @@ export default function LandingPage() { animationType="slide-up" metrics={[ { - id: "address", value: "📍 Wakad, Pune", title: "Location", description: "Prime location in Wakad | Easy access from Hinjewadi | Free ample parking" + id: "address", value: "📍 Wakad, Pune", title: "Location", description: "Prime location in Wakad | Easy access from Hinjewadi | Free ample parking", imageSrc: "http://img.b2bpic.net/free-photo/vertical-selective-closeup-shot-red-roses-table-near-plates-filled-with-food-table_181624-3965.jpg", imageAlt: "Location map Wakad Pune" }, { - id: "hours", value: "🕐 11AM - 11PM", title: "Opening Hours", description: "Lunch: 11AM - 4PM | Dinner: 6PM - 11PM | Open 7 days a week" + id: "hours", value: "🕐 11AM - 11PM", title: "Opening Hours", description: "Lunch: 11AM - 4PM | Dinner: 6PM - 11PM | Open 7 days a week", imageSrc: "http://img.b2bpic.net/free-photo/vertical-selective-closeup-shot-red-roses-table-near-plates-filled-with-food-table_181624-3965.jpg", imageAlt: "Opening hours restaurant timing" }, { - id: "contact", value: "📞 084469 51999", title: "Quick Contact", description: "Call for reservations | Instant table booking | WhatsApp available" + id: "contact", value: "📞 084469 51999", title: "Quick Contact", description: "Call for reservations | Instant table booking | WhatsApp available", imageSrc: "http://img.b2bpic.net/free-photo/vertical-selective-closeup-shot-red-roses-table-near-plates-filled-with-food-table_181624-3965.jpg", imageAlt: "Contact phone number restaurant" } ]} /> -- 2.49.1