From 436674e41c7988fba31038d043b505e36b24dae5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 02:48:35 +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 8a2ba10..2617c03 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -215,10 +215,10 @@ export default function LandingPage() { id: "2", name: "Michael Chen", handle: "@mchen_dev", testimonial: "The proposal framework alone was worth the investment. It helped me win a major contract I never thought possible.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AFHEYmmiS2gGfSGgOhIws3MVkx/professional-headshot-of-a-successful-co-1774233729817-f8d308e1.png", imageAlt: "Michael Chen" }, { - id: "3", name: "Emily Rodriguez", handle: "@emily_digital", testimonial: "I used to struggle with pricing, but now I confidently charge what I'm worth. My revenue has never been higher!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AFHEYmmiS2gGfSGgOhIws3MVkx/professional-headshot-of-a-successful-co-1774233730376-e4b288db.png", alt: "Emily Rodriguez" + id: "3", name: "Emily Rodriguez", handle: "@emily_digital", testimonial: "I used to struggle with pricing, but now I confidently charge what I'm worth. My revenue has never been higher!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AFHEYmmiS2gGfSGgOhIws3MVkx/professional-headshot-of-a-successful-co-1774233730376-e4b288db.png", imageAlt: "Emily Rodriguez" }, { - id: "4", name: "David Kim", handle: "@davidk_agency", testimonial: "The scaling strategies were a game-changer for my agency. We're growing faster and more efficiently than ever before.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AFHEYmmiS2gGfSGgOhIws3MVkx/professional-headshot-of-a-successful-co-1774233729302-33d9b0c7.png", alt: "David Kim" + id: "4", name: "David Kim", handle: "@davidk_agency", testimonial: "The scaling strategies were a game-changer for my agency. We're growing faster and more efficiently than ever before.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AFHEYmmiS2gGfSGgOhIws3MVkx/professional-headshot-of-a-successful-co-1774233729302-33d9b0c7.png", imageAlt: "David Kim" } ]} title="Hear From Our Successful Students" -- 2.49.1