From bb9274563c10cae03eef261e814034cd7cbfc412 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:51:06 +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 e6120fb..f4e567f 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 -- 2.49.1 From 67e4c6a71f8268fe33c2f0903fe5d36c6d778ff3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:51:07 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 947adf8..4cd170c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -217,7 +217,7 @@ export default function LandingPage() { 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." + description="Secure your table at Cream Cafe—availability shown in real-time" background={{ variant: "rotated-rays-animated" }} useInvertedBackground={false} inputPlaceholder="Enter your email" @@ -260,4 +260,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1