diff --git a/src/app/page.tsx b/src/app/page.tsx index e6a5b8e..d114f81 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,6 +51,7 @@ export default function LandingPage() { variant: "plain"}} title="Rediscover Pakistan with RE-LIVE TOUR" description="Premium curated journeys through Hunza, Skardu, Kashmir, and beyond. Experience the untouched beauty of the North with luxury and comfort." + buttons={[{ text: "Book Your Journey", href: "#contact" }]} testimonials={[ { name: "Ali Khan", handle: "@alikhan", testimonial: "An unforgettable experience in Hunza, perfectly organized.", rating: 5, @@ -241,10 +242,6 @@ export default function LandingPage() { background={{ variant: "plain"}} text="Ready to re-live your adventures in Pakistan? Book your tour today." - buttons={[ - { - text: "Get in Touch", href: "#contact"}, - ]} /> @@ -260,4 +257,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file