From 8fe89524b62d6f59266648131ab6fd7eeb2e2467 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 09:07:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8817f52..0eae8aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,8 +118,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { id: "1", name: "Sarah Ahmed", date: "Jan 2025", title: "Fleet Manager", quote: "Incredible quality and reliable service.", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-businessman-holding-digital-tablet-outdoors_23-2147941663.jpg" }, - { id: "2", name: "John Smith", date: "Dec 2024", title: "Operations Director", quote: "Best supply chain experience.", avatarSrc: "http://img.b2bpic.net/free-photo/man-working-as-truck-driver_23-2151489708.jpg" } + { id: "1", name: "Sarah Ahmed", date: "Jan 2025", title: "Fleet Manager", quote: "Incredible quality and reliable service.", tag: "Top Client", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-businessman-holding-digital-tablet-outdoors_23-2147941663.jpg" }, + { id: "2", name: "John Smith", date: "Dec 2024", title: "Operations Director", quote: "Best supply chain experience.", tag: "Operations", avatarSrc: "http://img.b2bpic.net/free-photo/man-working-as-truck-driver_23-2151489708.jpg" } ]} title="Partner Feedback" description="What our global partners say about working with NipponExport." @@ -171,4 +171,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1