6 Commits

Author SHA1 Message Date
8cff76c61d Update src/app/page.tsx 2026-03-03 09:56:35 +00:00
1ea881f074 Update src/app/layout.tsx 2026-03-03 09:56:35 +00:00
2d77091336 Merge version_2 into main
Merge version_2 into main
2026-03-03 09:51:14 +00:00
67e4c6a71f Update src/app/page.tsx 2026-03-03 09:51:07 +00:00
bb9274563c Update src/app/layout.tsx 2026-03-03 09:51:06 +00:00
14709edb2c Merge version_1 into main
Merge version_1 into main
2026-03-03 09:48:28 +00:00

View File

@@ -10,7 +10,7 @@ import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import ContactCenter from '@/components/sections/contact/ContactCenter';
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() {
return (
@@ -216,13 +216,13 @@ export default function LandingPage() {
tag="Reserve Now"
tagIcon={Calendar}
tagAnimation="slide-up"
title="Reserve Your Table Today"
description="Step into warmth and elegance. Book your table in just 30 seconds and join us for an unforgettable experience."
title="Book Your Table Instantly"
description="Check real-time availability and get immediate confirmation. Your table awaits—no waiting, no surprises."
background={{ variant: "rotated-rays-animated" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Get Started"
termsText="By reserving, you agree to our reservation policy. We look forward to welcoming you."
inputPlaceholder="Enter your email to book"
buttonText="Check Availability"
termsText="Instant booking confirmation. Check real-time table availability and reserve with one click."
/>
</div>