From 0edf7044ab524239713ff304360ad3697c5b8d08 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 22:15:44 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 217 ++++++++++++----------------------------------- 1 file changed, 54 insertions(+), 163 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e69078a..8e175d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,11 +5,11 @@ import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import MediaAbout from '@/components/sections/about/MediaAbout'; +import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; export default function LandingPage() { return ( @@ -19,216 +19,107 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="mediumLargeSizeLargeTitles" - background="grid" + background="aurora" cardStyle="glass-depth" - primaryButtonStyle="flat" + primaryButtonStyle="gradient" secondaryButtonStyle="solid" - headingFontWeight="medium" + headingFontWeight="semibold" >
-
-
-
); -} +} \ No newline at end of file -- 2.49.1 From d0289699785a3ef34722e8038ec4cefabb43e158 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 22:15:44 +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..4437be8 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: #fbf6f0; + --card: #ffffff; + --foreground: #3d2817; + --primary-cta: #d66c1f; --primary-cta-text: #f6f0e9; - --secondary-cta: #efe7dd; + --secondary-cta: #3d2817; --secondary-cta-text: #2b180a; - --accent: #94877c; - --background-accent: #afa094; + --accent: #fbc02d; + --background-accent: #f3e5ab; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1