diff --git a/src/app/page.tsx b/src/app/page.tsx index 049b2a7..a92590c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,10 +5,11 @@ import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarS import HeroSplit from "@/components/sections/hero/HeroSplit"; import TextAbout from "@/components/sections/about/TextAbout"; import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve"; +import FeatureCardTwelve as FeatureCardTwelveWhy from "@/components/sections/feature/FeatureCardTwelve"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Phone } from "lucide-react"; +import { Phone, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -26,7 +27,7 @@ export default function LandingPage() { >