diff --git a/src/app/page.tsx b/src/app/page.tsx index 74a4f7e..4ecbf06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,12 +7,9 @@ import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestim import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; import TeamCardSix from "@/components/sections/team/TeamCardSix"; -import TeamCardOne from "@/components/sections/team/TeamCardOne"; -import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; -import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Leaf, TreePine, ShieldCheck, Clock, Award } from "lucide-react"; +import { Leaf, TreePine } from "lucide-react"; export default function LandscapingPage() { return ( @@ -131,6 +128,7 @@ export default function LandscapingPage() { }} textarea={{ name: "details", placeholder: "Briefly describe your vision or specific landscape goals...", rows: 5 }} className="bg-card p-12 rounded-2xl shadow-xl border border-border" + useInvertedBackground={false} />