From 218c4f84362ffc1ead6f4f91788dd44449c3063b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 13:38:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index de86785..695beea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,11 +131,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { id: "t1", name: "Sarah", handle: "@sarahdev", testimonial: "The best UI kit ever.", imageSrc: "asset://test-1" }, - { id: "t2", name: "John", handle: "@johncode", testimonial: "Scale my business fast.", imageSrc: "asset://test-2" }, - { id: "t3", name: "Elena", handle: "@elenaart", testimonial: "Design quality is elite.", imageSrc: "asset://test-3" }, - { id: "t4", name: "Marcus", handle: "@marcusmkt", testimonial: "Worth every cent.", imageSrc: "asset://test-4" }, - { id: "t5", name: "Chloe", handle: "@chloedesign", testimonial: "Changed my workflow.", imageSrc: "asset://test-5" }, + { id: "t1", name: "Sarah", handle: "@sarahdev", testimonial: "The UI kit allowed me to slash my design sprint from weeks to days. Incredible efficiency.", imageSrc: "asset://test-1" }, + { id: "t2", name: "John", handle: "@johncode", testimonial: "The AI automation system helped me recover 15 hours of manual work every single week.", imageSrc: "asset://test-2" }, + { id: "t3", name: "Elena", handle: "@elenaart", testimonial: "The asset quality is top-tier; my conversion rate improved by 20% after implementing the new design library.", imageSrc: "asset://test-3" }, + { id: "t4", name: "Marcus", handle: "@marcusmkt", testimonial: "Finally, a kit that is ready for production. It paid for itself within the first client project.", imageSrc: "asset://test-4" }, + { id: "t5", name: "Chloe", handle: "@chloedesign", testimonial: "The documentation and file organization changed my workflow entirely. I feel so much more professional now.", imageSrc: "asset://test-5" }, ]} title="Loved by Creators" description="Success stories from our community." -- 2.49.1