From 4f53319f948e47fa235d5a9b86d53f9372a41caa Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 10:17:41 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 214 ++++++++--------------------------------------- 1 file changed, 35 insertions(+), 179 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a1a348b..dc211ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,9 +4,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FooterBase from '@/components/sections/footer/FooterBase'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; @@ -14,36 +14,24 @@ export default function LandingPage() { return (
@@ -231,32 +98,21 @@ export default function LandingPage() {
From aa7b3f5d8987328dafa099b9a02da07b1c73fdcb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 10:17:42 +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 b7afc67..b294135 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; - --primary-cta: #2a2928; + --background: #fbfbfb; + --card: #ffffff; + --foreground: #1d1d1f; + --primary-cta: #0071e3; --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; + --secondary-cta: #f5f5f7; --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --accent: #d2d2d7; + --background-accent: #e8e8ed; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);