diff --git a/src/app/page.tsx b/src/app/page.tsx index 8de249f..4b45d86 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 { Users, Leaf, Zap } from "lucide-react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; export default function LandingPage() { @@ -30,28 +30,13 @@ export default function LandingPage() {
@@ -59,191 +44,38 @@ export default function LandingPage() {