Update src/app/consultation/page.tsx
This commit is contained in:
@@ -40,13 +40,13 @@ export default function ConsultationPage() {
|
||||
tagIcon={Sparkles}
|
||||
title="Request a Consultation"
|
||||
description="Our luxury travel advisors are ready to craft your bespoke journey. Fill out the form below to begin planning your unforgettable experience."
|
||||
background={{ variant: 'radial-gradient' }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/contact/contact1.webp"
|
||||
imageAlt="Consultation meeting"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Submit Request"
|
||||
|
||||
/>
|
||||
<FooterCard
|
||||
logoText="Luxuria"
|
||||
@@ -54,7 +54,7 @@ export default function ConsultationPage() {
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
{ icon: Linkedin, href: "#", ariaLabel: "LinkedIn" },
|
||||
{ icon: Linkedin, href: "#", ariaLabel: "LinkedIn" }
|
||||
]}
|
||||
/>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user