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" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
);