From f221563cfdb1699e738b7c4a1f51e6955499b9ac Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 14:26:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 525 ++++++++++++++--------------------------------- 1 file changed, 149 insertions(+), 376 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c1bd75..b1031b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import BlogCardThree from '@/components/sections/blog/BlogCardThree'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; +import BlogCardThree from '@/components/sections/blog/BlogCardThree'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award, Code, Lightbulb, PenTool, Rocket, TrendingUp } from "lucide-react"; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import { Rocket, Lightbulb, Award, Code, PenTool, TrendingUp } from "lucide-react"; export default function LandingPage() { return ( @@ -29,382 +29,155 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file