From c0469692fa87b6e7ac3fb8285a5d0a1cd771e0e0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 13:53:09 +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 99cca1b..2028b2c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,35 +66,35 @@ export default function LandingPage() { handle: "@maria", testimonial: "Cea mai bună mâncare tradițională din oraș!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg?_wi=1", }, { name: "Ion Ionescu", handle: "@ion", testimonial: "Atmosferă primitoare și servire excelentă.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kids-table_23-2149213368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kids-table_23-2149213368.jpg?_wi=1", }, { name: "Elena Vasile", handle: "@elena", testimonial: "Recomand cu drag pentru familie.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg?_wi=1", }, { name: "Andrei Marin", handle: "@andrei", testimonial: "Mâncare autentică ca la bunica.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg?_wi=1", }, { name: "Ioana Radu", handle: "@ioana", testimonial: "O experiență culinară minunată.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-tasty-dishes_23-2147680639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-tasty-dishes_23-2147680639.jpg?_wi=1", }, ]} buttons={[ @@ -269,7 +269,7 @@ export default function LandingPage() { quote: "Cea mai bună mâncare din oraș.", name: "Ana Maria", role: "Local", - imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg?_wi=2", }, { id: "2", @@ -277,7 +277,7 @@ export default function LandingPage() { quote: "Un loc minunat pentru familie.", name: "Ion Vasile", role: "Turist", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kids-table_23-2149213368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kids-table_23-2149213368.jpg?_wi=2", }, { id: "3", @@ -285,7 +285,7 @@ export default function LandingPage() { quote: "Servire impecabilă și gustoasă.", name: "Maria Popa", role: "Client Fidel", - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg?_wi=2", }, { id: "4", @@ -293,7 +293,7 @@ export default function LandingPage() { quote: "Atmosferă caldă, mă simt ca acasă.", name: "Andrei S.", role: "Local", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg?_wi=2", }, { id: "5", @@ -301,7 +301,7 @@ export default function LandingPage() { quote: "Papanașii sunt fantastici!", name: "Elena C.", role: "Vizitator", - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-tasty-dishes_23-2147680639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-tasty-dishes_23-2147680639.jpg?_wi=2", }, ]} title="Ce spun oaspeții" -- 2.49.1