Merge version_3 into main #5
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -258,4 +260,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user