diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index db0202a..99f1d30 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -2,209 +2,139 @@ import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit'; import ContactCta from '@/components/sections/contact/ContactCta'; import FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn'; import FeaturesIconCards from '@/components/sections/features/FeaturesIconCards'; +import FooterMinimal from '@/components/sections/footer/FooterMinimal'; import GridDotsBackground from "@/components/ui/GridDotsBackground"; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import MetricsMinimalCards from '@/components/sections/metrics/MetricsMinimalCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Droplet, Edit, Leaf, Sun, Tool, Zap } from "lucide-react"; +import { Droplet, Edit, Leaf, Sun, Wrench, Zap } from "lucide-react"; export default function HomePage() { return ( <> -