diff --git a/src/app/page.tsx b/src/app/page.tsx index baa06e9..fac733d 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 { CheckCircle } from "lucide-react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import { CheckCircle, MapPin, Phone } from "lucide-react"; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +import SplitAbout from '@/components/sections/about/SplitAbout'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; export default function LandingPage() { return ( @@ -27,154 +27,94 @@ export default function LandingPage() { >
-
-
-
-
); -} +} \ No newline at end of file