7 Commits

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