Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7ef45503d9 | |||
| bc9ef81936 |
@@ -100,6 +100,10 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Your Gateway to Pakistan's Unexplored Wonders"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Destinations", href: "#products"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -241,10 +245,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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -260,4 +260,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user