Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 19ef0c0b5f | |||
| ee9cf899b2 | |||
| c09006ea7a | |||
| 2e0097e5b6 | |||
| 19368f543b | |||
| 6b25501b96 | |||
| 58752786c1 |
@@ -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: "Misión", 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>
|
||||||
|
|||||||
Reference in New Issue
Block a user