From 6a2af2ecb5a0db98f0dca186abbb83b03a98cbaf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 19:26:04 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 339 ++++++++++++++--------------------------------- 1 file changed, 96 insertions(+), 243 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 61dedd1..b425901 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,264 +2,117 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; +import { Monitor, Bot, Pencil, Video, Search, Share2 } from "lucide-react"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { BarChart, Lightbulb, Zap } from "lucide-react"; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import FeatureBento from '@/components/sections/feature/FeatureBento'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
- - +
); -} +} \ No newline at end of file -- 2.49.1 From a9d9fd7b9024eb15406adb67774493c72f49b767 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 19:26:04 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 47bbc8e..a2ac68e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #0a0a0a; --card: #1a1a1a; - --foreground: #f0f8ffe6; - --primary-cta: #cee7ff; + --foreground: #ffffff; + --primary-cta: #106EFB; --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; + --secondary-cta: #0a0a0a; --secondary-cta-text: #f0f8ffe6; - --accent: #737373; - --background-accent: #737373; + --accent: #535353; + --background-accent: #106EFB; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1