diff --git a/src/app/page.tsx b/src/app/page.tsx index bc12b4e..070e866 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,6 +13,7 @@ import { CheckCircle, Flower2, Leaf, Palette, Sparkles, MessageCircle } from "lu import ContactFaq from "@/components/sections/contact/ContactFaq"; import ContactForm from "@/components/form/ContactForm"; import CardStack from "@/components/cardStack/CardStack"; +import StatCard from "@/components/cards/StatCard"; const handleImageClick = (imageUrl) => { window.open(imageUrl, '_blank', 'width=80%'); @@ -209,6 +210,36 @@ export default function LandingPage() { /> +
+ + + + + + +
+