diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ecc413..d864360 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,11 +8,11 @@ import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCa import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; import TeamCardSix from "@/components/sections/team/TeamCardSix"; import TeamCardTen from "@/components/sections/team/TeamCardTen"; -import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; +import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Leaf, TreePine, Languages, CreditCard } from "lucide-react"; +import { Leaf, TreePine, Languages } from "lucide-react"; export default function MoroccanLandscapingPage() { return ( @@ -124,13 +124,14 @@ export default function MoroccanLandscapingPage() {
-