From d2f6d97d446270a4a7553d7dd3536ffd5b284661 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 22:28:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 283 ++++++++++++++++++++--------------------------- 1 file changed, 120 insertions(+), 163 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 90025a8..7a3a8ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactText from '@/components/sections/contact/ContactText'; -import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroCentered from '@/components/sections/hero/HeroCentered'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Repeat, Users, Wallet } from "lucide-react"; +import ContactText from '@/components/sections/contact/ContactText'; +import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; + +import { MessageSquare, Handshake, HeartHandshake, Lightbulb, Sparkles, TrendingUp, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -27,170 +27,127 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
); -- 2.49.1