From 3cacd51e62ddeec4a045c2d3339d73d0b44f152b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:52:44 +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 6dd16b1..b0e4ac7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1419,4 +1419,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 82d5c4f05deb7ed63476d0ca17509380d3773cf1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:52:45 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 552c701..b4164cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { rating={4} ratingText="Rated 4.2/5 by 149+ Delighted Guests" buttons={[ - { text: "Book Your Table", href: "#contact" }, + { text: "Reserve Now – 2-min booking", href: "#contact" }, { text: "Explore Menu", href: "#cuisine" }, ]} buttonAnimation="slide-up" @@ -178,10 +178,12 @@ export default function LandingPage() { "Panoramic city skyline visibility", "Elevated dining experience"], }, { - id: "3", value: "3 Cuisines", title: "Multi-Cuisine Culinary Excellence", items: ["Indian specialties perfected", "International favorites offered"], + id: "3", value: "3 Cuisines", title: "Multi-Cuisine Culinary Excellence", items: [ + "Indian specialties perfected", "International favorites offered"], }, { - id: "4", value: "150+", title: "Happy Guests Monthly", items: ["Dates, celebrations, gatherings", "Premium dining experiences"], + id: "4", value: "150+", title: "Happy Guests Monthly", items: [ + "Dates, celebrations, gatherings", "Premium dining experiences"], }, ]} animationType="slide-up" @@ -200,7 +202,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - inputPlaceholder="Enter your phone number" + inputPlaceholder="Enter your email" buttonText="Get in Touch" termsText="We'll contact you within 2 hours to confirm your reservation. Call us directly for immediate bookings." /> @@ -248,4 +250,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1