From f9c0efc28df5cd2ab100853264b3634515df56af Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 14:35:47 +0000 Subject: [PATCH] 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 d240c56..3003ff2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -154,7 +154,7 @@ export default function LandingPage() { useInvertedBackground={true} background={{ variant: "radial-gradient" }} tag="Start Your Journey" - title="Ready for your next adventure?" + title="Ready to Plan Your Dream Escape?" description="Get in touch today and let us build your perfect vacation." buttons={[{ text: "Contact Us", href: "mailto:hello@phoenixsky.com" }]} /> @@ -174,4 +174,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1