Update src/app/contact/page.tsx

This commit is contained in:
2026-03-09 05:15:47 +00:00
parent 2b214b5210
commit 5e543fe41a

View File

@@ -61,9 +61,9 @@ export default function ContactPage() {
brandName="Luxe Voyage"
navItems={navItems}
button={{
text: "Plan Your Journey", href: "/contact"}}
text: "Plan Your Journey", href: "/contact"
}}
animateOnLoad={true}
isFixed={true}
/>
</div>
@@ -90,7 +90,8 @@ export default function ContactPage() {
tagIcon={Handshake}
tagAnimation="slide-up"
names={[
"Four Seasons Hotels", "Emirates Airlines", "Mandarin Oriental", "Lufthansa First Class", "The Ritz-Carlton", "Singapore Airlines", "Bulgari Hotels", "Qatar Airways"]}
"Four Seasons Hotels", "Emirates Airlines", "Mandarin Oriental", "Lufthansa First Class", "The Ritz-Carlton", "Singapore Airlines", "Bulgari Hotels", "Qatar Airways"
]}
textboxLayout="default"
useInvertedBackground={false}
speed={35}