From 37a0416e5c8b9fa14158a5c23a3a4d48c9005c93 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 17:39:24 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 256 +++++++++++++++++++---------------------------- 1 file changed, 103 insertions(+), 153 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 46b50f7..f010329 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,11 +5,11 @@ import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import TextAbout from '@/components/sections/about/TextAbout'; import { Crown, Scissors, Sparkles } from "lucide-react"; export default function LandingPage() { @@ -17,165 +17,115 @@ export default function LandingPage() { - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From 1e4cf808bbc7c97ab8a5462e4668a32b9b2fc42f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 17:39:24 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b7afc67..f93a4d6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; - --primary-cta: #2a2928; + --card: #efe7dd; + --foreground: #2b180a; + --primary-cta: #2b180a; --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; + --secondary-cta: #efe7dd; --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --accent: #94877c; + --background-accent: #afa094; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1