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 +} 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 +}