diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a8ea96..d6a73d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,14 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { CheckCircle, Shield, Star } from "lucide-react"; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import { CheckCircle, Shield, Star, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -28,227 +27,104 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
);