From 9e499d47d9485c84070a7f6e26208fde598358d9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 20:05:37 +0000 Subject: [PATCH 1/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e5154bd..1adeabd 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -73,25 +73,25 @@ export default function ContactPage() { id: 1, title: "Recomandări de Restaurante", description: "Caut restaurant pentru o anumită ocazie și doresc o recomandare personalizată din echipa noastră.", - imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367137.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367137.jpg?_wi=2", }, { id: 2, title: "Raportare Problemă", description: "Am găsit o problemă pe platformă sau cu informațiile unui restaurant. Doresc să o raportez.", - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-linkedin-post-template_23-2149754301.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-linkedin-post-template_23-2149754301.jpg?_wi=2", }, { id: 3, title: "Partnership pentru Restaurante", description: "Sunt proprietar de restaurant și vreau să mă alatur catalogului GustoBuzău.", - imageSrc: "http://img.b2bpic.net/free-vector/online-registration-form_23-2147980576.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/online-registration-form_23-2147980576.jpg?_wi=2", }, { id: 4, title: "Feedback și Sugestii", description: "Am o sugestie pentru a îmbunătăți platforma sau doresc să las feedback pe baza experienței mele.", - imageSrc: "http://img.b2bpic.net/free-vector/business-banners-collection_1212-461.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/business-banners-collection_1212-461.jpg?_wi=2", }, ]} buttons={[]} @@ -111,7 +111,7 @@ export default function ContactPage() { { value: "24h", title: "Timp de Răspuns" }, { value: "Email", title: "contact@gustobuzau.ro" }, ]} - imageSrc="http://img.b2bpic.net/free-vector/marketing-project-timeline-template_742173-19826.jpg" + imageSrc="http://img.b2bpic.net/free-vector/marketing-project-timeline-template_742173-19826.jpg?_wi=2" imageAlt="Contact information support" mediaAnimation="slide-up" useInvertedBackground={false} @@ -121,7 +121,7 @@ export default function ContactPage() { {/* Footer */}