From f1923d7aca152ab38f1ee76de30a5ec7100b7315 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 14:25:24 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 154 ++++++++++++----------------------------------- 1 file changed, 40 insertions(+), 114 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ee2a294..d01c5ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextAbout from '@/components/sections/about/TextAbout'; +import { Calendar } from "lucide-react"; export default function LandingPage() { return ( @@ -29,18 +30,12 @@ export default function LandingPage() {
-
); -} +} \ No newline at end of file From 921db5642bae42ccc415de25fcd6e361783b24bf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 14:25:25 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 19f4137..95c9d2e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #0a0a0a; --card: #1a1a1a; - --foreground: #ffffffe6; - --primary-cta: #e6e6e6; + --foreground: #f5f5f5; + --primary-cta: #ffdf7d; --primary-cta-text: #0a0a0a; --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffffe6; - --accent: #737373; - --background-accent: #737373; + --accent: #b8860b; + --background-accent: #8b6914; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);