Update src/app/page.tsx
This commit is contained in:
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* WhatsApp Floating Button */}
|
||||
<WhatsAppButton
|
||||
phoneNumber="5491139493469"
|
||||
message="Hola, quiero consultar por un presupuesto."
|
||||
/>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user