diff --git a/src/app/page.tsx b/src/app/page.tsx index 9082458..032f69c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import FooterCard from '@/components/sections/footer/FooterCard'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import MediaAbout from '@/components/sections/about/MediaAbout'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; +import AboutMetric from '@/components/sections/about/AboutMetric'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import { Leaf, Award, MapPin } from 'lucide-react'; export default function LandingPage() { return ( @@ -110,42 +111,35 @@ export default function LandingPage() {
-
-