From 1ea881f07404f36dccaf8d6801d3e6e1ca854fb6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:56:35 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f4e567f..e6120fb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1422,4 +1422,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} From 8cff76c61dd89cd56adadd95798c291d678a6e2b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:56:35 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4cd170c..5fc0ba9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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="Secure your table at Cream Cafe—availability shown in real-time" + 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." /> @@ -260,4 +260,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}