From 8f0d4f30b38072b7b32ffe7695b02fe6761bfb16 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 14:34:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bb0e8a1..90ac686 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,16 +63,7 @@ export default function LandingPage() { buttons={[]} mediaAnimation="slide-up" fixedMediaHeight={true} - testimonials={[ - { - name: "Taro Yamada", handle: "@TaroYamada", testimonial: "K&K Solution transformed our IT infrastructure, significantly boosting our efficiency and reducing operational costs. Their strategic insights were invaluable.", rating: 5, - imageSrc: "/images/placeholder-avatar.jpg", imageAlt: "Taro Yamada avatar" - }, - { - name: "Hanako Tanaka", handle: "@HanakoTanaka", testimonial: "The team at K&K provided expert guidance on our digital transformation journey. Their approach was thorough, and the results exceeded our expectations.", rating: 5, - imageSrc: "/images/placeholder-avatar.jpg", imageAlt: "Hanako Tanaka avatar" - } - ]} + testimonials={[]} />