diff --git a/src/app/page.tsx b/src/app/page.tsx index b4baf52..cffa087 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroOverlay from '@/components/sections/hero/HeroOverlay'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import { Award, Diamond, Shield, Zap, Package, Globe, Lock, PenTool } from "lucide-react"; export default function LandingPage() { @@ -42,89 +41,86 @@ export default function LandingPage() {
-
-
-
-
-
+
+ +
+