From 47ffb6b01944b7b7a2f073dc565f2113e51ee487 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:50:58 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 334 +++++++++++++++-------------------------------- 1 file changed, 108 insertions(+), 226 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9323cdd..d57c941 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,11 +7,11 @@ import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; -import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; -import FooterCard from "@/components/sections/footer/FooterCard"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Sparkles, Plane, Compass, Instagram, Facebook, Linkedin } from "lucide-react"; +import { Sparkles, Plane, Compass } from "lucide-react"; export default function LuxuryTravelAgencyTemplatePage() { return ( @@ -39,78 +39,59 @@ export default function LuxuryTravelAgencyTemplatePage() { brandName="Luxuria" button={{ text: "Plan Your Trip", href: "#contact" }} /> - - - +
+ +
+
+ +
+
+ +
- - - - + + +
+ +
+
+ +
+ ); -} +} \ No newline at end of file -- 2.49.1 From 0ab3610b00aad6f8d7866cadba580f4f35417000 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:50:58 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index ee8d361..f26c2c6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f6f0e9; - --card: #efe7dd; - --foreground: #2b180a; - --primary-cta: #2b180a; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #000612e6; + --primary-cta: #15479c; --primary-cta-text: #f6f0e9; - --secondary-cta: #efe7dd; + --secondary-cta: #f9f9f9; --secondary-cta-text: #2b180a; - --accent: #94877c; - --background-accent: #afa094; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1