Update src/app/support/page.tsx
This commit is contained in:
@@ -40,13 +40,13 @@ export default function SupportPage() {
|
||||
tagIcon={Sparkles}
|
||||
title="Support Request"
|
||||
description="If you need assistance with your booking, have a general inquiry, or require technical support, please fill out the form below."
|
||||
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="Support team assistance"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Submit Support Request"
|
||||
|
||||
/>
|
||||
<FooterCard
|
||||
logoText="Luxuria"
|
||||
@@ -54,7 +54,7 @@ export default function SupportPage() {
|
||||
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