Update src/app/page.tsx

This commit is contained in:
2026-04-01 06:47:58 +00:00
parent dfbca3eb79
commit 56f67b270e

View File

@@ -64,35 +64,35 @@ export default function LandingPage() {
handle: "@kunde",
testimonial: "Perfekte Arbeit und sehr freundliches Team! Wir sind begeistert von unserem neuen Rasen.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-pointing-camera_1262-3266.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-pointing-camera_1262-3266.jpg?_wi=1",
},
{
name: "Maximilian Müller",
handle: "@kunde",
testimonial: "Sehr kompetente Beratung und exzellente Umsetzung unserer Gartenwünsche.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12325.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12325.jpg?_wi=1",
},
{
name: "Sabine Weber",
handle: "@kunde",
testimonial: "Schnell, sauber und absolut professionell. Jederzeit wieder!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-smiling-woman-sitting-deck-chair-summer-outfit_285396-8238.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-smiling-woman-sitting-deck-chair-summer-outfit_285396-8238.jpg?_wi=1",
},
{
name: "Thomas Wagner",
handle: "@kunde",
testimonial: "Unser Garten sieht endlich wieder aus wie ein kleiner Park. Tolle Arbeit.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-doing-yoga-together-park_23-2149891968.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-doing-yoga-together-park_23-2149891968.jpg?_wi=1",
},
{
name: "Julia Schmidt",
handle: "@kunde",
testimonial: "Vom ersten Kontakt bis zum fertigen Garten alles perfekt durchgeplant.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-pointing-camera_1262-3266.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-pointing-camera_1262-3266.jpg?_wi=2",
},
]}
buttons={[
@@ -223,7 +223,7 @@ export default function LandingPage() {
role: "Gartenbesitzer",
company: "Privat",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-pointing-camera_1262-3266.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-pointing-camera_1262-3266.jpg?_wi=3",
},
{
id: "2",
@@ -231,7 +231,7 @@ export default function LandingPage() {
role: "Vorgarten-Projekt",
company: "Privat",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12325.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12325.jpg?_wi=2",
},
{
id: "3",
@@ -239,7 +239,7 @@ export default function LandingPage() {
role: "Terrassengestaltung",
company: "Privat",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-smiling-woman-sitting-deck-chair-summer-outfit_285396-8238.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-smiling-woman-sitting-deck-chair-summer-outfit_285396-8238.jpg?_wi=2",
},
{
id: "4",
@@ -247,7 +247,7 @@ export default function LandingPage() {
role: "Hausbesitzerin",
company: "Privat",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-doing-yoga-together-park_23-2149891968.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-doing-yoga-together-park_23-2149891968.jpg?_wi=2",
},
{
id: "5",
@@ -255,7 +255,7 @@ export default function LandingPage() {
role: "Landschaftsbau",
company: "Privat",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-pointing-camera_1262-3266.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-pointing-camera_1262-3266.jpg?_wi=4",
},
]}
/>