Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 12c34598b4 | |||
| 7ef45503d9 | |||
| 8852bdceac | |||
| d5c50ea9ab | |||
| bc9ef81936 | |||
| 8589cc6d64 | |||
| da8f646aaa | |||
| b938e6a685 | |||
| 9d6cd98d8c |
@@ -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,
|
||||
@@ -100,6 +101,10 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Your Gateway to Pakistan's Unexplored Wonders"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Destinations", href: "#products"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -256,4 +261,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user