From ee5d27d2109c634100a7c6cea3ae00aacd174674 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 13:23:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 178f930..5d55e54 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { { text: "Kapcsolat", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/rural-travelers-exploring-surroundings-together_23-2149125467.jpg" + imageSrc="http://img.b2bpic.net/free-photo/rural-travelers-exploring-surroundings-together_23-2149125467.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/hiker-takes-moment-admire-panoramic-view-mountains_482257-125781.jpg", alt: "Hiker takes a moment to admire the panoramic view of mountains"}, @@ -124,9 +124,9 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "job1", name: "Szobalány", price: "1800 EUR", imageSrc: "http://img.b2bpic.net/free-photo/portrait-working-woman-outdoor-cafe-wearing-wireless-headphones-student-frowning-while-looking_1258-205445.jpg"}, + id: "job1", name: "Szobalány", price: "1800 EUR", imageSrc: "http://img.b2bpic.net/free-photo/portrait-working-woman-outdoor-cafe-wearing-wireless-headphones-student-frowning-while-looking_1258-205445.jpg?_wi=1"}, { - id: "job2", name: "Pincér", price: "2000 EUR", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mountain-landscape_1398-5063.jpg"}, + id: "job2", name: "Pincér", price: "2000 EUR", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mountain-landscape_1398-5063.jpg?_wi=1"}, { id: "job3", name: "Szakács", price: "2400 EUR", imageSrc: "http://img.b2bpic.net/free-photo/landscape-rocky-seiser-alm-wide-pasture-compatsch-italy_181624-13425.jpg"}, { @@ -163,16 +163,16 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-girl-red-hat-walks-around-city-with-digital-tablet-connects-public-internet-wifi_1258-196481.jpg", imageAlt: "online german course tablet"}, { id: "2", name: "Nagy Éva", handle: "@eva", testimonial: "Gyors és precíz ügyintézés.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/rural-travelers-exploring-surroundings-together_23-2149125467.jpg", imageAlt: "online german course tablet"}, + imageSrc: "http://img.b2bpic.net/free-photo/rural-travelers-exploring-surroundings-together_23-2149125467.jpg?_wi=2", imageAlt: "online german course tablet"}, { id: "3", name: "Szabó Tamás", handle: "@tamas", testimonial: "Szakmai hozzáállás.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336840.jpg", imageAlt: "online german course tablet"}, { id: "4", name: "Tóth Anna", handle: "@anna", testimonial: "Végre valódi munkát kaptam.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-working-woman-outdoor-cafe-wearing-wireless-headphones-student-frowning-while-looking_1258-205445.jpg", imageAlt: "online german course tablet"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-working-woman-outdoor-cafe-wearing-wireless-headphones-student-frowning-while-looking_1258-205445.jpg?_wi=2", imageAlt: "online german course tablet"}, { id: "5", name: "Varga Zoltán", handle: "@zoltan", testimonial: "Ajánlom mindenkinek.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mountain-landscape_1398-5063.jpg", imageAlt: "online german course tablet"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mountain-landscape_1398-5063.jpg?_wi=2", imageAlt: "online german course tablet"}, ]} showRating={true} title="Vélemények" -- 2.49.1