Merge version_1 into main #2
@@ -125,13 +125,13 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "María García", role: "Cliente Habitual", company: "Alcorcón", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "María García"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "María García"},
|
||||
{
|
||||
id: "2", name: "Juan López", role: "Vecino", company: "Barrio Centro", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Juan López"},
|
||||
{
|
||||
id: "3", name: "Sofía Rodríguez", role: "Propietaria", company: "Café Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Sofía Rodríguez"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sofía Rodríguez"},
|
||||
{
|
||||
id: "4", name: "Pedro Martínez", role: "Padre de Familia", company: "Alcorcón", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-laughing-together_23-2147615922.jpg", imageAlt: "Pedro Martínez"},
|
||||
@@ -148,7 +148,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
tag="Mantente Conectado"
|
||||
title="Haz Tu Pedido Hoy"
|
||||
description="Llámanos al 916 12 96 41 o completa tu datos para recibir información sobre encargos especiales y promociones."
|
||||
description="Llámanos al 916 12 96 41 o completa tus datos para recibir información sobre encargos especiales y promociones."
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
|
||||
Reference in New Issue
Block a user