From 09b8573ed49f249504463f31b1812f23657ac363 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 12:39:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 397 +++++++++++++---------------------------------- 1 file changed, 105 insertions(+), 292 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 91231f3..1c2d384 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import { LayoutDashboard, TrendingUp, Users, Zap } from "lucide-react"; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; +import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import { LayoutDashboard, TrendingUp, Users, Zap, Brain, Target, Award } from "lucide-react"; export default function LandingPage() { return ( @@ -19,299 +19,112 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="large" - background="circleGradient" - cardStyle="outline" - primaryButtonStyle="double-inset" - secondaryButtonStyle="radial-glow" - headingFontWeight="medium" + background="noise" + cardStyle="glass-depth" + primaryButtonStyle="primary-glow" + secondaryButtonStyle="glass" + headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file