From c9705eb09eca4e14b42ad43fe471dee88d5a53cb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 14:53:02 +0000 Subject: [PATCH 1/3] Update src/app/account/page.tsx --- src/app/account/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/account/page.tsx b/src/app/account/page.tsx index 28f1d57..f9979bc 100644 --- a/src/app/account/page.tsx +++ b/src/app/account/page.tsx @@ -41,9 +41,9 @@ export default function AccountPanelPage() { -

Your Account Panel

-
+ text="Your Account Panel" + as="h2" + />
{/* Order History */} -- 2.49.1 From eab4ca7b6fe345987f03860ca31781f26998504e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 14:53:02 +0000 Subject: [PATCH 2/3] Update src/app/consultation/page.tsx --- src/app/consultation/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/consultation/page.tsx b/src/app/consultation/page.tsx index 4b6a019..a2d6039 100644 --- a/src/app/consultation/page.tsx +++ b/src/app/consultation/page.tsx @@ -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" - /> -- 2.49.1 From 5ddcbc4945956e0efc71b1d0b32ba4f25c90f466 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 14:53:03 +0000 Subject: [PATCH 3/3] Update src/app/support/page.tsx --- src/app/support/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/support/page.tsx b/src/app/support/page.tsx index b3304fa..7562b75 100644 --- a/src/app/support/page.tsx +++ b/src/app/support/page.tsx @@ -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" - /> -- 2.49.1