Update src/app/page.tsx
This commit is contained in:
@@ -59,9 +59,6 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "Miguel R.", handle: "@MiguelRod", testimonial: "Instalaron el aire acondicionado en mi negocio y el resultado fue perfecto. Muy satisfecho.", rating: 5,
|
name: "Miguel R.", handle: "@MiguelRod", testimonial: "Instalaron el aire acondicionado en mi negocio y el resultado fue perfecto. Muy satisfecho.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-gesturing-ok_23-2147767531.jpg", imageAlt: "Cliente Miguel R."},
|
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-gesturing-ok_23-2147767531.jpg", imageAlt: "Cliente Miguel R."},
|
||||||
{
|
|
||||||
name: "Laura P.", handle: "@LauraPerez", testimonial: "Resolvieron una fuga complicada en mi casa rápidamente. Son muy fiables.", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405354.jpg", imageAlt: "Cliente Laura P."},
|
|
||||||
{
|
{
|
||||||
name: "Javier L.", handle: "@JavierLopez", testimonial: "Excelente mantenimiento de mi caldera, trabajan con gran cuidado.", rating: 5,
|
name: "Javier L.", handle: "@JavierLopez", testimonial: "Excelente mantenimiento de mi caldera, trabajan con gran cuidado.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367141.jpg", imageAlt: "Cliente Javier L."},
|
imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367141.jpg", imageAlt: "Cliente Javier L."},
|
||||||
@@ -84,9 +81,9 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-man-black-shirt-with-cap-glasses-clenching-his-fists-looking-confident_176474-11298.jpg", alt: "Javier M."},
|
src: "http://img.b2bpic.net/free-photo/young-man-black-shirt-with-cap-glasses-clenching-his-fists-looking-confident_176474-11298.jpg", alt: "Javier M."},
|
||||||
]}
|
]}
|
||||||
avatarText="Más de 500 clientes satisfechos"
|
avatarText={undefined}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-woman-with-cancer-having-drink-home_23-2151056034.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/industrial-worker-with-tools-working-pipe-machine_342744-1296.jpg"
|
||||||
imageAlt="Técnico trabajando en instalación de tuberías con fondo industrial"
|
imageAlt="Técnico trabajando en instalación de tuberías"
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user