diff --git a/src/app/page.tsx b/src/app/page.tsx index a92590c..7c0b69a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,6 @@ 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"; @@ -96,7 +95,7 @@ export default function LandingPage() {
-