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