From 4506c06565c6478a2f0a493798f985c17b7c420b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 15:34:39 +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 32634b3..38e01cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,19 +54,19 @@ export default function LandingPage() { testimonials={[ { name: "Rafa B.", 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", imageAlt: "artisanal coffee cup steam"}, + imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-cup_74190-4018.jpg?_wi=1", imageAlt: "artisanal coffee cup steam"}, { name: "Coco U.", 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", imageAlt: "artisanal coffee cup steam"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-growing-cultivating-plants-indoors_23-2149854844.jpg?_wi=1", imageAlt: "artisanal coffee cup steam"}, { name: "Franvigar V.", 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", imageAlt: "artisanal coffee cup steam"}, + 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"}, { name: "Juan M.", 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", imageAlt: "artisanal coffee cup steam"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg?_wi=1", imageAlt: "artisanal coffee cup steam"}, { name: "Porthos C.", 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", imageAlt: "artisanal coffee cup steam"}, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-home-celebrating-showing-positive-emotions_482257-119236.jpg?_wi=1", imageAlt: "artisanal coffee cup steam"}, ]} buttons={[ { @@ -74,7 +74,7 @@ export default function LandingPage() { { text: "Com arribar-hi", 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", alt: "Jolly upbeat person"}, @@ -155,7 +155,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - 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"}, + 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?_wi=2"}, { title: "Ambient familiar", description: "Atenció propera i personal que et fa sentir com a casa.", imageSrc: "http://img.b2bpic.net/free-photo/view-indoor-space-ready-comfortable-activities_23-2149864772.jpg"}, { @@ -171,11 +171,11 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", name: "Coco U.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-jolly-man-home-feeling-happy-grateful-life_482257-123005.jpg"}, + id: "t1", name: "Coco U.", 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"}, + id: "t2", name: "Franvigar V.", 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"}, + id: "t3", name: "Juan M.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-home-celebrating-showing-positive-emotions_482257-119236.jpg?_wi=2"}, { id: "t4", name: "Aleksei K.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-red-tie-blue-shirt-wearing-glasses-looking-happy-excited-screaming-raising-hands_141793-111427.jpg"}, { -- 2.49.1