From 8ba8d08b8e9c1fc853211140afe9772e9dfac1b4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:31:42 +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 b782e50..c3cac45 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 43a7af9a4af3b22c551ffa469d438410669405ef Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:31:42 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d537cf..413d691 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -301,8 +301,8 @@ export default function LandingPage() { background={{ variant: "plain" }} useInvertedBackground={false} buttons={[ - { text: "Get in Touch", href: "#" }, - { text: "Request Quote", href: "#" }, + { text: "Book Your Trip Now", href: "#" }, + { text: "Get Free Itinerary", href: "#" }, ]} /> @@ -349,4 +349,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1