Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4a8c8c372e | |||
| 3ffa8cc8f5 | |||
| 78629d5f43 | |||
| 418c018951 | |||
| 4bcc1079f3 |
@@ -145,6 +145,7 @@ export default function LandingPage() {
|
||||
sideTitle="Travel Queries"
|
||||
sideDescription="Everything you need to know for your next journey."
|
||||
faqsAnimation="blur-reveal"
|
||||
buttons={[{ text: "Contact Support", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -167,7 +168,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Ready to celebrate your next journey? Let's talk."
|
||||
buttons={[{ text: "Contact Us", href: "#" }]}
|
||||
buttons={[{ text: "Start Your Journey", href: "#" }]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user