6 Commits

Author SHA1 Message Date
d5c50ea9ab Update src/app/page.tsx 2026-04-23 11:00:17 +00:00
bc9ef81936 Merge version_2 into main
Merge version_2 into main
2026-04-23 11:00:04 +00:00
8589cc6d64 Update src/app/page.tsx 2026-04-23 11:00:01 +00:00
da8f646aaa Merge version_1 into main
Merge version_1 into main
2026-04-23 10:57:59 +00:00
b938e6a685 Merge version_1 into main
Merge version_1 into main
2026-04-23 10:57:32 +00:00
9d6cd98d8c Merge version_1 into main
Merge version_1 into main
2026-04-23 10:57:00 +00:00

View File

@@ -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,
@@ -256,4 +257,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}