From 628a4e5a3a2c2c1f11e27571efc325d4a58b6a0c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:20:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 906f820..10c05fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,10 +90,10 @@ export default function LandingPage() { description="Hear directly from designers, developers, and brand strategists who've transformed their workflow with ChromaLab" testimonials={[ { - id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell_design", testimonial: "ChromaLab cut my palette creation time from hours to minutes. The color science is genuinely impressive and accessible.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZazyYcWabRSNCxlTtWjtSPQKH/professional-headshot-of-a-female-ux-des-1772803175734-681caefb.png", imageAlt: "Sarah Mitchell, UX Designer" + id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell_design", testimonial: "ChromaLab cut my palette creation time from hours to minutes. The color science is genuinely impressive and accessible.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZazyYcWabRSNCxlTtWjtSPQKH/professional-headshot-of-a-female-ux-des-1772803175734-681caefb.png?_wi=1", imageAlt: "Sarah Mitchell, UX Designer" }, { - id: "2", name: "James Chen", handle: "@jameschen_dev", testimonial: "Finally, a tool that gives developers trustworthy color systems. The export options integrate seamlessly with our workflow.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZazyYcWabRSNCxlTtWjtSPQKH/professional-headshot-of-a-male-develope-1772803175247-edb9ce7b.png", imageAlt: "James Chen, Full Stack Developer" + id: "2", name: "James Chen", handle: "@jameschen_dev", testimonial: "Finally, a tool that gives developers trustworthy color systems. The export options integrate seamlessly with our workflow.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZazyYcWabRSNCxlTtWjtSPQKH/professional-headshot-of-a-male-develope-1772803175247-edb9ce7b.png?_wi=1", imageAlt: "James Chen, Full Stack Developer" }, { id: "3", name: "Elena Rodriguez", handle: "@elena_brand_co", testimonial: "The accessibility compliance features saved us from countless QA iterations. Pure quality, as promised.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZazyYcWabRSNCxlTtWjtSPQKH/professional-headshot-of-a-female-brand--1772803176232-8bf57027.png", imageAlt: "Elena Rodriguez, Brand Strategist" @@ -102,10 +102,10 @@ export default function LandingPage() { id: "4", name: "Marcus Thompson", handle: "@marcus_pm_tech", testimonial: "I recommend ChromaLab to every product team. It's the confidence booster our design system needed.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZazyYcWabRSNCxlTtWjtSPQKH/professional-headshot-of-a-male-product--1772803175444-b665c53a.png", imageAlt: "Marcus Thompson, Product Manager" }, { - id: "5", name: "Lena Hoffmann", handle: "@lenahoffmann_ui", testimonial: "The algorithmic precision combined with designer curation is unmatched. This is how color palettes should work.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZazyYcWabRSNCxlTtWjtSPQKH/professional-headshot-of-a-female-ux-des-1772803175734-681caefb.png", imageAlt: "Lena Hoffmann, UI Designer" + id: "5", name: "Lena Hoffmann", handle: "@lenahoffmann_ui", testimonial: "The algorithmic precision combined with designer curation is unmatched. This is how color palettes should work.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZazyYcWabRSNCxlTtWjtSPQKH/professional-headshot-of-a-female-ux-des-1772803175734-681caefb.png?_wi=2", imageAlt: "Lena Hoffmann, UI Designer" }, { - id: "6", name: "David Park", handle: "@davidpark_creative", testimonial: "No guesswork, pure quality. ChromaLab is the only palette generator my agency trusts for client work.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZazyYcWabRSNCxlTtWjtSPQKH/professional-headshot-of-a-male-develope-1772803175247-edb9ce7b.png", imageAlt: "David Park, Creative Director" + id: "6", name: "David Park", handle: "@davidpark_creative", testimonial: "No guesswork, pure quality. ChromaLab is the only palette generator my agency trusts for client work.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZazyYcWabRSNCxlTtWjtSPQKH/professional-headshot-of-a-male-develope-1772803175247-edb9ce7b.png?_wi=2", imageAlt: "David Park, Creative Director" } ]} animationType="slide-up" -- 2.49.1