From 7720473999b0184b0c65091c6c61f76946fdb3f4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 01:36:05 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 315 ++++++++--------------------------------------- 1 file changed, 48 insertions(+), 267 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e214788..361cd6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroCentered from '@/components/sections/hero/HeroCentered'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; @@ -30,187 +29,57 @@ export default function LandingPage() {
@@ -218,140 +87,52 @@ export default function LandingPage() {
-- 2.49.1 From 737e6a61311f0fc701afb79f14957a13a33b640e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 01:36:05 +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..d6f9142 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: #fbf2f2; + --card: #fdf5f5; + --foreground: #4a4a4a; + --primary-cta: #7a9cc6; --primary-cta-text: #f6f0e9; - --secondary-cta: #efe7dd; + --secondary-cta: #f1d4d4; --secondary-cta-text: #2b180a; - --accent: #94877c; - --background-accent: #afa094; + --accent: #f5d0d0; + --background-accent: #e7c2c2; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1