diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b09631..d1b967e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar import ProductCardOne from "@/components/sections/product/ProductCardOne"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; +import WhatsAppButton from "@/components/whatsapp/WhatsAppButton"; import { Sparkles, CheckCircle, Shield, Wind, Wrench, Hammer } from "lucide-react"; export default function HomePage() { @@ -245,6 +246,12 @@ export default function HomePage() { copyrightText="© 2025 Cerramientos Walter. Todos los derechos reservados. Buenos Aires, Argentina." /> + + {/* WhatsApp Floating Button */} + ); } \ No newline at end of file