From e79888dd99a6003265c38ec48de43a3e1ceea4ab Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:07:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c28d24..cf6c7fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -194,11 +194,6 @@ export default function LandingPage() { { id: "3", title: "Passion Meets Precision", quote: "What stands out is the genuine enthusiasm paired with meticulous attention to detail. Every project reflects both heart and mind.", name: "Michael Torres", role: "Music Producer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARAYHcycoyLEmpoLoZFpUdqzJ8/professional-headshot-of-a-music-industr-1772545155742-959156a9.png", imageAlt: "Michael Torres"}, ]} - kpiItems={[ - { value: "50+", label: "Projects Built" }, - { value: "8+", label: "Years Coding" }, - { value: "12+", label: "Years Playing Guitar" }, - ]} animationType="slide-up" ariaLabel="Testimonials section" /> -- 2.49.1