From 0943bc7bdf454296d24fc1eb763512d2ded12042 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 15:33:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a20a89e..5889575 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { handle: "@localguide", testimonial: "Molt acollidor, bon cafè, i cambrers/res molt amables. Molt recomanable!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-cup_74190-4018.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-cup_74190-4018.jpg?_wi=1", imageAlt: "artisanal coffee cup steam", }, { @@ -76,7 +76,7 @@ export default function LandingPage() { handle: "@localguide", testimonial: "Lloc agradable i el cafè, boníssim! Hi tornaria segur.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-growing-cultivating-plants-indoors_23-2149854844.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-growing-cultivating-plants-indoors_23-2149854844.jpg?_wi=1", imageAlt: "artisanal coffee cup steam", }, { @@ -84,7 +84,7 @@ export default function LandingPage() { handle: "@localguide", testimonial: "Els nous propietaris uns nois molt macos. Bon servei, bon ambient.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-jolly-man-home-feeling-happy-grateful-life_482257-123005.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-jolly-man-home-feeling-happy-grateful-life_482257-123005.jpg?_wi=1", imageAlt: "artisanal coffee cup steam", }, { @@ -92,7 +92,7 @@ export default function LandingPage() { handle: "@localguide", testimonial: "Cafeteria ideal per prendre alguna cosa amb un ambient tranquil.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg?_wi=1", imageAlt: "artisanal coffee cup steam", }, { @@ -100,7 +100,7 @@ export default function LandingPage() { handle: "@localguide", testimonial: "Tracte familiar i productes de qualitat.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-home-celebrating-showing-positive-emotions_482257-119236.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-home-celebrating-showing-positive-emotions_482257-119236.jpg?_wi=1", imageAlt: "artisanal coffee cup steam", }, ]} @@ -114,7 +114,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/black-coffee-cup_74190-4018.jpg" + imageSrc="http://img.b2bpic.net/free-photo/black-coffee-cup_74190-4018.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/jolly-upbeat-person-sitting-home-desk-exulting-feeling-satisfied-close-up_482257-123062.jpg", @@ -249,7 +249,7 @@ export default function LandingPage() { { title: "Terrassa al centre", description: "A 100m de l'ajuntament, ideal per gaudir d'un cafè al sol.", - imageSrc: "http://img.b2bpic.net/free-photo/man-growing-cultivating-plants-indoors_23-2149854844.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-growing-cultivating-plants-indoors_23-2149854844.jpg?_wi=2", }, { title: "Ambient familiar", @@ -274,17 +274,17 @@ export default function LandingPage() { { id: "t1", name: "Coco U.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-jolly-man-home-feeling-happy-grateful-life_482257-123005.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-jolly-man-home-feeling-happy-grateful-life_482257-123005.jpg?_wi=2", }, { id: "t2", name: "Franvigar V.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg?_wi=2", }, { id: "t3", name: "Juan M.", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-home-celebrating-showing-positive-emotions_482257-119236.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-home-celebrating-showing-positive-emotions_482257-119236.jpg?_wi=2", }, { id: "t4", -- 2.49.1