From e3fb3e376fffb0d39afcee0cb75d24ae8843d320 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 01:23:50 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 297 ++++++++++------------------------------------- 1 file changed, 60 insertions(+), 237 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d9cbcb3..ff39f9f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,263 +5,114 @@ import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import SplitAbout from '@/components/sections/about/SplitAbout'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import { Scissors, Star, Calendar } from "lucide-react"; export default function LandingPage() { return (
-
-
@@ -269,40 +120,12 @@ export default function LandingPage() {
); -} +} \ No newline at end of file From 375b54b2d312f89917fd61d4df9f3e48980f6f17 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 01:23:50 +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..05302bf 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: #0a0a0a; + --card: #1a1a1a; + --foreground: #ffffffe6; + --primary-cta: #ffdf7d; --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; + --secondary-cta: #1a1a1a; --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --accent: #b8860b; + --background-accent: #8b6914; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);