2 Commits

Author SHA1 Message Date
7ef45503d9 Update src/app/page.tsx 2026-04-23 11:01:18 +00:00
bc9ef81936 Merge version_2 into main
Merge version_2 into main
2026-04-23 11:00:04 +00:00

View File

@@ -100,6 +100,10 @@ export default function LandingPage() {
<TextAbout <TextAbout
useInvertedBackground={false} useInvertedBackground={false}
title="Your Gateway to Pakistan's Unexplored Wonders" title="Your Gateway to Pakistan's Unexplored Wonders"
buttons={[
{
text: "View Destinations", href: "#products"},
]}
/> />
</div> </div>
@@ -241,10 +245,6 @@ export default function LandingPage() {
background={{ background={{
variant: "plain"}} variant: "plain"}}
text="Ready to re-live your adventures in Pakistan? Book your tour today." text="Ready to re-live your adventures in Pakistan? Book your tour today."
buttons={[
{
text: "Get in Touch", href: "#contact"},
]}
/> />
</div> </div>