Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -64,6 +64,7 @@ export default function LandingPage() {
|
||||
{ icon: Users, label: "Confianza", value: "+15 años" },
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -78,6 +79,7 @@ export default function LandingPage() {
|
||||
{ title: "Calidad Garantizada", description: "Selección rigurosa de cada pieza para tu mesa.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-red-currants-crate-hand_23-2147920858.jpg" },
|
||||
{ title: "Envíos a Erandio", description: "Recibe tus productos frescos directamente en casa.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-service-concept_1150-25219.jpg" },
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -87,6 +89,8 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
title="Selección de Temporada"
|
||||
description="Lo mejor de nuestra huerta, disponible ahora para ti."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Cesta Semanal Familiar", price: "25€", imageSrc: "http://img.b2bpic.net/free-photo/basket-fresh-fruits-vegetables-wooden-table_23-2148209846.jpg" },
|
||||
{ id: "2", name: "Pack Fruta Gourmet", price: "18€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-healthy-fruits-wooden-table_23-2148443213.jpg" },
|
||||
@@ -98,7 +102,9 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
title="Lo que opinan nuestros vecinos"
|
||||
description="Opiniones reales de nuestros clientes en Erandio."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", title: "Impresionante", quote: "La mejor fruta de Erandio, sin duda.", name: "Marta A.", role: "Cliente habitual" },
|
||||
{ id: "t2", title: "Sabor auténtico", quote: "Hacer el pedido por WhatsApp es súper cómodo.", name: "Juan B.", role: "Cliente" },
|
||||
@@ -109,6 +115,7 @@ export default function LandingPage() {
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
title="Nuestra Trayectoria"
|
||||
description="Cifras que nos avalan en estos años."
|
||||
metrics={[
|
||||
{ id: "m1", value: "12", title: "Años", description: "Cuidando tu alimentación", icon: Award },
|
||||
{ id: "m2", value: "500+", title: "Entregas", description: "Clientes satisfechos", icon: ShoppingBag },
|
||||
@@ -116,17 +123,22 @@ export default function LandingPage() {
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
title="¿Tienes dudas?"
|
||||
description="Preguntas frecuentes sobre nuestros servicios."
|
||||
faqs={[
|
||||
{ id: "q1", title: "¿Cómo hago un pedido?", content: "Puedes llamarnos o enviarnos un mensaje directo por WhatsApp." },
|
||||
{ id: "q2", title: "¿Qué zonas cubren?", content: "Principalmente Erandio y municipios colindantes." },
|
||||
]}
|
||||
faqsAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -136,7 +148,9 @@ export default function LandingPage() {
|
||||
title="Contacta con Nadia"
|
||||
description="Pide tus cestas semanales o consulta stock por WhatsApp."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-supermarket-puts-fruit-shopping-bag_169016-18883.jpg"
|
||||
buttonText="WhatsApp Directo"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user