From 67037b1d2808356575a555701235f575237f9a45 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 10:31:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1911e6e..8dd0c24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -159,10 +159,10 @@ export default function LandingPage() { textboxLayout="default" testimonials={[ { - id: "1", name: "Alexandra Voss", role: "Creative Director", testimonial: "The cinematic experience delivered transcends what we thought possible. Every interaction feels intentional, refined, and perfectly orchestrated.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-brunette-girl-thoughtfully-looking-camera-modern-self-service-laundry_574295-2559.jpg", imageAlt: "Alexandra Voss" + id: "2", name: "Marcus Chen", role: "Executive Producer", testimonial: "Their understanding of motion design and architectural precision elevated our brand into a premium digital experience unlike anything we've seen.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5358.jpg", imageAlt: "Marcus Chen" }, { - id: "2", name: "Marcus Chen", role: "Executive Producer", testimonial: "Their understanding of motion design and architectural precision elevated our brand into a premium digital experience unlike anything we've seen.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5358.jpg", imageAlt: "Marcus Chen" + id: "1", name: "Alexandra Voss", role: "Creative Director", testimonial: "The cinematic experience delivered transcends what we thought possible. Every interaction feels intentional, refined, and perfectly orchestrated.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-brunette-girl-thoughtfully-looking-camera-modern-self-service-laundry_574295-2559.jpg", imageAlt: "Alexandra Voss" }, { id: "3", name: "Isabelle Laurent", role: "Fashion Editor", testimonial: "Pure sophistication. The brutalist approach with luxury cinematics created exactly the editorial experience our audience craves.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-female-traveler-with-backpack-holds-compact-photo-camera_613910-15139.jpg", imageAlt: "Isabelle Laurent" -- 2.49.1