diff --git a/src/app/page.tsx b/src/app/page.tsx index 76236f6..acbc4a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroOverlay from '@/components/sections/hero/HeroOverlay'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import TextAbout from '@/components/sections/about/TextAbout'; -import { Award } from "lucide-react"; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import SplitAbout from '@/components/sections/about/SplitAbout'; +import { Award, Package, Users, ShieldCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -31,199 +31,135 @@ export default function LandingPage() {