diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c802446..0f583cd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1418,4 +1418,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 426300c..58600e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -231,7 +231,7 @@ export default function LandingPage() { imageAlt="Luxury travel planning workspace" mediaAnimation="slide-up" mediaPosition="right" - buttonText="Plan My Journey" + buttonText="Get My Custom Itinerary" /> @@ -248,4 +248,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}