Merge version_2 into main #4
1414
src/app/layout.tsx
1414
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -10,9 +10,13 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Award, Check, ChefHat, Clock, Flame, Fish, Globe, Heart, Info, Leaf, Mail, Medal, Package, Sparkles, Star, TrendingUp, Utensils, Zap, Instagram, Facebook, Crown } from 'lucide-react';
|
||||
import { Award, Check, ChefHat, Clock, Flame, Fish, Globe, Heart, Info, Leaf, Mail, Medal, Package, Sparkles, Star, TrendingUp, Utensils, Zap, Instagram, Facebook, Crown, Phone } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
const handleReservationSubmit = (email: string) => {
|
||||
console.log('Reservation email:', email);
|
||||
};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
@@ -206,10 +210,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Newsletter"
|
||||
title="Stay Connected"
|
||||
description="Subscribe to our newsletter for exclusive menu previews, special events, and culinary insights from our master chefs"
|
||||
tagIcon={Mail}
|
||||
tag="Book Your Experience"
|
||||
title="Secure Your Reservation"
|
||||
description="Reserve your table at TakaHisa and confirm your spot at Dubai's premier Japanese fine dining destination. We'll contact you to finalize your preferred date and menu selection."
|
||||
tagIcon={Phone}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gourmet-meal-served-with-wine_23-2148516896.jpg"
|
||||
@@ -217,8 +221,9 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Subscribe"
|
||||
termsText="We respect your privacy. You can unsubscribe at any time by contacting reservations@takahisa.ae"
|
||||
buttonText="Confirm Reservation"
|
||||
termsText="By confirming your reservation, you agree to our cancellation policy. Contact reservations@takahisa.ae for modifications or cancellations."
|
||||
onSubmit={handleReservationSubmit}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -234,4 +239,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user