diff --git a/src/app/case-studies/lux-travel/page.tsx b/src/app/case-studies/lux-travel/page.tsx index 6daa75f..a77f8eb 100644 --- a/src/app/case-studies/lux-travel/page.tsx +++ b/src/app/case-studies/lux-travel/page.tsx @@ -3,8 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import TimelineHorizontalCardStack from '@/components/cardStack/layouts/timelines/TimelineHorizontalCardStack'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; +import ContactText from '@/components/sections/contact/ContactText'; import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function LuxTravelCaseStudy() { @@ -34,37 +33,11 @@ export default function LuxTravelCaseStudy() { /> -
- -
-

Problem Statement

-

The legacy platform suffered from high drop-off rates during checkout, failing to convey the exclusivity and refinement expected by a premium target demographic.

-

User Research & Findings

-

User interviews revealed that friction in the payment process and unclear visual hierarchy were the primary drivers for dissatisfaction. Users felt the platform didn't reflect the high-ticket nature of the services offered.

-

Solution Approach

-

We implemented a modular design system focusing on minimalism, high-fidelity imagery, and a refined typographical scale. The booking flow was streamlined into a single-page interactive experience.

-

Outcome

-

Post-launch, the platform observed a 40% increase in direct bookings and a 25% improvement in user satisfaction scores, successfully positioning the brand as a leader in the digital luxury travel sector.

-
-
-
-
-
@@ -72,6 +45,7 @@ export default function LuxTravelCaseStudy() {