|
|
|
@@ -10,7 +10,7 @@ import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
|
|
|
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
|
|
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
|
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
|
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
|
|
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
|
|
|
import { Coffee, Leaf, UtensilsCrossed, Sparkles, Heart, CheckCircle, Droplets, Wind, Images, Star, Calendar } from 'lucide-react';
|
|
|
|
import { Coffee, Leaf, UtensilsCrossed, Sparkles, Heart, CheckCircle, Droplets, Wind, Images, Star, Calendar, Clock, Check } from 'lucide-react';
|
|
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
export default function LandingPage() {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
@@ -216,13 +216,13 @@ export default function LandingPage() {
|
|
|
|
tag="Reserve Now"
|
|
|
|
tag="Reserve Now"
|
|
|
|
tagIcon={Calendar}
|
|
|
|
tagIcon={Calendar}
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
title="Reserve Your Table Today"
|
|
|
|
title="Book Your Table Instantly"
|
|
|
|
description="Secure your table at Cream Cafe—availability shown in real-time"
|
|
|
|
description="Check real-time availability and get immediate confirmation. Your table awaits—no waiting, no surprises."
|
|
|
|
background={{ variant: "rotated-rays-animated" }}
|
|
|
|
background={{ variant: "rotated-rays-animated" }}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
inputPlaceholder="Enter your email"
|
|
|
|
inputPlaceholder="Enter your email to book"
|
|
|
|
buttonText="Get Started"
|
|
|
|
buttonText="Check Availability"
|
|
|
|
termsText="By reserving, you agree to our reservation policy. We look forward to welcoming you."
|
|
|
|
termsText="Instant booking confirmation. Check real-time table availability and reserve with one click."
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -260,4 +260,4 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|