Merge version_2 into main #3

Merged
bender merged 3 commits from version_2 into main 2026-06-01 14:53:06 +00:00
3 changed files with 7 additions and 7 deletions

View File

@@ -41,9 +41,9 @@ export default function AccountPanelPage() {
<TextAnimation
type="entrance-slide"
className="text-center mb-16"
>
<h2 className="text-4xl font-semibold text-foreground">Your Account Panel</h2>
</TextAnimation>
text="Your Account Panel"
as="h2"
/>
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
{/* Order History */}

View File

@@ -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>

View File

@@ -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>