From 83a37e4b955df3033bc2a2a284f4b08cada340d6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 10:18:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 73 +++++++++++++++++++++++++++++++++++------------- 1 file changed, 54 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a7b115a..f931ffd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterMedia from '@/components/sections/footer/FooterMedia'; +import { MapPin, Phone, Clock } from 'lucide-react'; export default function LandingPage() { return ( @@ -109,24 +110,58 @@ export default function LandingPage() {
- console.log("Reservation form submitted:", data)} - /> +
+ console.log("Reservation form submitted:", data)} + /> + +
+
+
+ +
+
+

Location

+

1247 Culinary Lane
Gourmet District
New York, NY 10001

+
+
+ +
+
+ +
+
+

Phone

+

+1 (555) 123-4567

+
+
+ +
+
+ +
+
+

Hours

+

Tue - Thu: 5:00 PM - 11:00 PM
Fri - Sat: 5:00 PM - 12:00 AM
Sunday: 5:00 PM - 10:00 PM
Monday: Closed

+
+
+
+
); -} +} \ No newline at end of file -- 2.49.1