From f3dff12ad2fd13281f1fc9c9e14e1ea0033efcde Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 17:29:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 60c9eb4..7a7bb9f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,22 +146,22 @@ export default function LandingPage() { tagIcon={Star} testimonials={[ { - id: "1", name: "Alex Chen", role: "Content Creator", testimonial: "CineEdit transformed my YouTube channel. Their editing took my videos to the next level. Absolutely phenomenal work!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar24aDL5BSXZpizkD8eFkp6rFq/a-professional-headshot-of-alex-chen-an--1773336336154-ed286e11.png", imageAlt: "Alex Chen profile" + id: "1", name: "Alex Chen", role: "Content Creator | 500K YouTube Followers", testimonial: "CineEdit transformed my YouTube channel. Their editing took my videos to the next level. Absolutely phenomenal work!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar24aDL5BSXZpizkD8eFkp6rFq/a-professional-headshot-of-alex-chen-an--1773336336154-ed286e11.png", imageAlt: "Alex Chen profile" }, { - id: "2", name: "Sarah Martinez", role: "Brand Director", testimonial: "The cinematic quality and attention to detail in every frame exceeded our expectations. They're true professionals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar24aDL5BSXZpizkD8eFkp6rFq/a-professional-headshot-of-sarah-martine-1773336335086-205874cd.png", imageAlt: "Sarah Martinez profile" + id: "2", name: "Sarah Martinez", role: "Brand Director | 2M Instagram Followers", testimonial: "The cinematic quality and attention to detail in every frame exceeded our expectations. They're true professionals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar24aDL5BSXZpizkD8eFkp6rFq/a-professional-headshot-of-sarah-martine-1773336335086-205874cd.png", imageAlt: "Sarah Martinez profile" }, { - id: "3", name: "James Wilson", role: "Documentary Filmmaker", testimonial: "Working with CineEdit was seamless. Their creative vision and technical expertise brought our story to life beautifully.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar24aDL5BSXZpizkD8eFkp6rFq/a-professional-headshot-of-james-wilson--1773336336007-9dbb983e.png", imageAlt: "James Wilson profile" + id: "3", name: "James Wilson", role: "Documentary Filmmaker | 25K Twitter Followers", testimonial: "Working with CineEdit was seamless. Their creative vision and technical expertise brought our story to life beautifully.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar24aDL5BSXZpizkD8eFkp6rFq/a-professional-headshot-of-james-wilson--1773336336007-9dbb983e.png", imageAlt: "James Wilson profile" }, { - id: "4", name: "Emma Rodriguez", role: "Marketing Manager", testimonial: "Our engagement rates skyrocketed after using their editing services. Highly recommended for any brand serious about video.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar24aDL5BSXZpizkD8eFkp6rFq/a-professional-headshot-of-emma-rodrigue-1773336336826-5a4ff475.png", imageAlt: "Emma Rodriguez profile" + id: "4", name: "Emma Rodriguez", role: "Marketing Manager | 750K TikTok Followers", testimonial: "Our engagement rates skyrocketed after using their editing services. Highly recommended for any brand serious about video.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar24aDL5BSXZpizkD8eFkp6rFq/a-professional-headshot-of-emma-rodrigue-1773336336826-5a4ff475.png", imageAlt: "Emma Rodriguez profile" }, { - id: "5", name: "Michael Thompson", role: "Podcast Producer", testimonial: "Exceptional turnaround time and quality. They understood our vision instantly and executed flawlessly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar24aDL5BSXZpizkD8eFkp6rFq/a-professional-headshot-of-michael-thomp-1773336336350-de615d31.png", imageAlt: "Michael Thompson profile" + id: "5", name: "Michael Thompson", role: "Podcast Producer | 500K Spotify Listeners", testimonial: "Exceptional turnaround time and quality. They understood our vision instantly and executed flawlessly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar24aDL5BSXZpizkD8eFkp6rFq/a-professional-headshot-of-michael-thomp-1773336336350-de615d31.png", imageAlt: "Michael Thompson profile" }, { - id: "6", name: "Lisa Park", role: "Event Coordinator", testimonial: "Our corporate videos now look like major productions. CineEdit brings Hollywood quality to our events.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar24aDL5BSXZpizkD8eFkp6rFq/a-professional-headshot-of-lisa-park-an--1773336335493-a4a23e43.png", imageAlt: "Lisa Park profile" + id: "6", name: "Lisa Park", role: "Event Coordinator | 1M LinkedIn Followers", testimonial: "Our corporate videos now look like major productions. CineEdit brings Hollywood quality to our events.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar24aDL5BSXZpizkD8eFkp6rFq/a-professional-headshot-of-lisa-park-an--1773336335493-a4a23e43.png", imageAlt: "Lisa Park profile" } ]} animationType="slide-up" @@ -263,4 +263,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1