diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2002ef8..4b5090f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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} /> @@ -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}