From 982375a50e0dfb050abad6f2dd852fd385124271 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 15:11:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 202 +++++++++++------------------------------------ 1 file changed, 44 insertions(+), 158 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 38a219b..826b186 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,42 +46,21 @@ export default function LandingPage() {
@@ -222,45 +144,20 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Kesja K.", - role: "Klient", - company: "Tyczyn", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg", - }, + id: "1", name: "Kesja K.", role: "Klient", company: "Tyczyn", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg"}, { - id: "2", - name: "WOMARTW", - role: "Klient", - company: "Rzeszów", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-preparing-food-drinking-wine-kitchen-focus-is-young-man-with-wineglass_637285-5842.jpg", - }, + id: "2", name: "WOMARTW", role: "Klient", company: "Rzeszów", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-preparing-food-drinking-wine-kitchen-focus-is-young-man-with-wineglass_637285-5842.jpg"}, { - id: "3", - name: "Kamil M.", - role: "Klient", - company: "Tyczyn", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/urban-portrait-young-man-with-orange-hair_23-2149122915.jpg", - }, + id: "3", name: "Kamil M.", role: "Klient", company: "Tyczyn", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/urban-portrait-young-man-with-orange-hair_23-2149122915.jpg"}, { - id: "4", - name: "Tomasz P.", - role: "Klient", - company: "Wrocław", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-redhead-woman-having-fun-while-having-dinner-with-friends-home_637285-3551.jpg", - }, + id: "4", name: "Tomasz P.", role: "Klient", company: "Wrocław", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-redhead-woman-having-fun-while-having-dinner-with-friends-home_637285-3551.jpg"}, { - id: "5", - name: "Anna S.", - role: "Klient", - company: "Tyczyn", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-smiling_158595-2427.jpg", - }, + id: "5", name: "Anna S.", role: "Klient", company: "Tyczyn", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-smiling_158595-2427.jpg"}, ]} title="Nie wierz nam na słowo" description="Opinie naszych klientów mówią same za siebie." @@ -271,16 +168,13 @@ export default function LandingPage() { @@ -289,25 +183,17 @@ export default function LandingPage() {