diff --git a/src/app/page.tsx b/src/app/page.tsx index ab629e9..1c4190e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,12 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; +import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Phone } from "lucide-react"; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import { Phone, CheckCircle, MapPin, ShieldCheck, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -51,29 +51,36 @@ export default function LandingPage() {
-
-