From 39931bde2ab4b2b862c89ce904fe4c387ec57164 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:29:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf34b67..95f22ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Sparkles, Wand2, Users, Star, MapPin, Utensils, Castle, Film, TrendingDown, Camera, Heart, Quote, Calendar } from 'lucide-react'; +import { Sparkles, Wand2, Users, Star, MapPin, Utensils, Castle, Film, TrendingDown, Camera, Heart, Quote, Calendar, Calendar as BookingIcon } from 'lucide-react'; const handleEmailSubmit = (email: string) => { console.log('Email submitted:', email); @@ -226,6 +226,8 @@ export default function LandingPage() { buttonText="Subscribe for Updates" termsText="We respect your privacy and won't spam. Unsubscribe anytime." onSubmit={handleEmailSubmit} + secondaryButtonText="Book a Table" + secondaryButtonHref="https://www.opentable.com/r/reservations" /> @@ -258,4 +260,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1