From d6cc8586a3dda3e1fda5cc5d36e116bbd0c856ec Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 21:39:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 191 +++++++++-------------------------------------- 1 file changed, 35 insertions(+), 156 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 49f080f..f1b5967 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,22 +28,10 @@ export default function LandingPage() { @@ -166,60 +96,16 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Montse Bech", - role: "Clienta", - company: "Reforma Llar", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-africanamerican-woman-showing-okay-sign-smiling-recommending-something-good_1258-179439.jpg", - }, - { - id: "2", - name: "Rosa Hostench", - role: "Clienta", - company: "Manteniment", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-satisfied-man-recommending-agency-showing-thumb-up-house-maket-standing_1258-155440.jpg", - }, - { - id: "3", - name: "Marta Prats", - role: "Clienta", - company: "Serveis", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-glasses-shaking-hands-with-female-partner-meeting-co-working-space_74855-10006.jpg", - }, - { - id: "4", - name: "Carlos", - role: "Client", - company: "Reparacions", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg", - }, - { - id: "5", - name: "Joan Costa", - role: "Client", - company: "Projecte", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-holding-clean-folded-clothes-home_1262-18067.jpg", - }, + { id: "1", name: "Montse Bech", role: "Clienta", company: "Reforma Llar", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-africanamerican-woman-showing-okay-sign-smiling-recommending-something-good_1258-179439.jpg" }, + { id: "2", name: "Rosa Hostench", role: "Clienta", company: "Manteniment", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-satisfied-man-recommending-agency-showing-thumb-up-house-maket-standing_1258-155440.jpg" }, + { id: "3", name: "Marta Prats", role: "Clienta", company: "Serveis", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-glasses-shaking-hands-with-female-partner-meeting-co-working-space_74855-10006.jpg" }, + { id: "4", name: "Carlos", role: "Client", company: "Reparacions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg" }, + { id: "5", name: "Joan Costa", role: "Client", company: "Projecte", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-holding-clean-folded-clothes-home_1262-18067.jpg" } ]} kpiItems={[ - { - value: "15+", - label: "Anys d'experiència", - }, - { - value: "100%", - label: "Clients satisfets", - }, - { - value: "24h", - label: "Resposta ràpida", - }, + { value: "15+", label: "Anys d'experiència" }, + { value: "100%", label: "Clients satisfets" }, + { value: "24h", label: "Resposta ràpida" } ]} title="Què diuen els nostres clients" description="La satisfacció dels nostres clients és el nostre millor aval." @@ -228,14 +114,13 @@ export default function LandingPage() {
@@ -243,14 +128,8 @@ export default function LandingPage() {