6 Commits

Author SHA1 Message Date
ee9cf899b2 Update src/app/page.tsx 2026-04-08 22:04:09 +00:00
c09006ea7a Merge version_1 into main
Merge version_1 into main
2026-04-08 22:01:07 +00:00
2e0097e5b6 Merge version_1 into main
Merge version_1 into main
2026-04-08 22:00:37 +00:00
19368f543b Merge version_1 into main
Merge version_1 into main
2026-04-08 21:59:58 +00:00
6b25501b96 Merge version_1 into main
Merge version_1 into main
2026-04-08 21:59:17 +00:00
58752786c1 Merge version_1 into main
Merge version_1 into main
2026-04-08 21:58:41 +00:00

View File

@@ -89,15 +89,15 @@ export default function LandingPage() {
<FaqSplitMedia
textboxLayout="default"
useInvertedBackground={false}
title="Frequently Asked Questions"
description="Get clear answers to common questions about our repair services."
title="Preguntas Frecuentes"
description="Obtenga respuestas claras sobre nuestros servicios de reparación para el hogar."
imageSrc="http://img.b2bpic.net/free-photo/young-lady-standing-with-crossed-arms-checked-shirt-hat-looking-confident_176474-47786.jpg?_wi=1"
imageAlt="Expert Support"
imageAlt="Soporte Experto"
mediaAnimation="opacity"
faqsAnimation="slide-up"
faqs={[
{ id: "q1", title: "Are you licensed?", content: "Yes, we are fully licensed and insured in all offered service categories." },
{ id: "q2", title: "Do you provide estimates?", content: "We offer free, transparent quotes for all scheduled projects." },
{ id: "q1", title: "¿Están autorizados?", content: "Sí, contamos con licencia completa y seguro en todas nuestras categorías de servicio." },
{ id: "q2", title: "¿Ofrecen presupuestos?", content: "Ofrecemos presupuestos gratuitos y transparentes para todos sus proyectos programados." },
]}
/>
</div>
@@ -105,25 +105,26 @@ export default function LandingPage() {
<div id="ecommerce" data-section="ecommerce">
<ProductDetailCard
layout="page"
name="Basic Repair Kit"
name="Kit de Reparación Básica"
price="$99"
images={[{ src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg", alt: "Basic Repair Kit" }]}
buttons={[{ text: "Buy Now" }]}
images={[{ src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg", alt: "Kit de Reparación Básica" }]}
buttons={[{ text: "Comprar Ahora" }]}
description="Todo lo esencial para pequeñas reparaciones domésticas de fontanería y electricidad."
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{ title: "Services", items: [{ label: "Plumbing", href: "/services" }, { label: "Electrical", href: "/services" }, { label: "Handyman", href: "/services" }] },
{ title: "About", items: [{ label: "Our History", href: "/about" }, { label: "Team", href: "/about" }, { label: "Mission", href: "/about" }] },
{ title: "Support", items: [{ label: "Contact", href: "/contact" }, { label: "Blog", href: "/blog" }, { label: "FAQ", href: "#" }] },
{ title: "Servicios", items: [{ label: "Fontanería", href: "/services" }, { label: "Electricidad", href: "/services" }, { label: "Mantenimiento", href: "/services" }] },
{ title: "Nosotros", items: [{ label: "Nuestra Historia", href: "/about" }, { label: "Equipo", href: "/about" }, { label: "Misn", href: "/about" }] },
{ title: "Soporte", items: [{ label: "Contacto", href: "/contact" }, { label: "Blog", href: "/blog" }, { label: "FAQ", href: "#" }] },
]}
bottomLeftText="© 2024 Plomero AI. All Rights Reserved."
bottomRightText="Licensed & Insured"
bottomLeftText="© 2024 Plomero AI. Todos los derechos reservados."
bottomRightText="Con licencia y asegurados"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}