diff --git a/src/app/page.tsx b/src/app/page.tsx
index 927332c..dcd5f61 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -24,7 +24,7 @@ export default function LandingPage() {
@@ -32,21 +32,21 @@ export default function LandingPage() {
console.log("Form submitted:", data)}
+ buttonText="Solicitar Cotización"
+ onSubmit={(data) => console.log("Formulario enviado:", data)}
/>
@@ -55,13 +55,13 @@ export default function LandingPage() {
logoText="Arte Verde Vivero"
columns={[
{
- title: "Services", items: [{ label: "Grass Installation", href: "#contact" }]
+ title: "Servicios", items: [{ label: "Instalación de Césped", href: "#contact" }]
},
{
- title: "Company", items: [{ label: "About Us", href: "#" }]
+ title: "Empresa", items: [{ label: "Sobre Nosotros", href: "#" }]
}
]}
- copyrightText="© 2024 Arte Verde Vivero. All rights reserved."
+ copyrightText="© 2024 Arte Verde Vivero. Todos los derechos reservados."
/>