diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ad2dd4..1239837 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,10 +124,10 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Sarah Chen", handle: "@sarahtech", testimonial: "The sound quality is exceptional. I've never experienced audio this clear and immersive. Absolutely worth every penny.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYIrTQgAvZYRcrdXmGXvMkx0Fy/professional-headshot-of-a-satisfied-cus-1772763348112-bdcff1f6.png", imageAlt: "Sarah Chen" + id: "1", name: "Sarah Chen", handle: "@sarahtech", testimonial: "The sound quality is exceptional. I've never experienced audio this clear and immersive. Absolutely worth every penny.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYIrTQgAvZYRcrdXmGXvMkx0Fy/professional-headshot-of-a-satisfied-cus-1772763348112-bdcff1f6.png?_wi=1", imageAlt: "Sarah Chen" }, { - id: "2", name: "Marcus Johnson", handle: "@marcusj_music", testimonial: "Active noise cancellation is a game-changer for my commute. Perfect balance between isolation and comfort.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYIrTQgAvZYRcrdXmGXvMkx0Fy/professional-headshot-of-a-tech-enthusia-1772763348276-4c671a62.png", imageAlt: "Marcus Johnson" + id: "2", name: "Marcus Johnson", handle: "@marcusj_music", testimonial: "Active noise cancellation is a game-changer for my commute. Perfect balance between isolation and comfort.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYIrTQgAvZYRcrdXmGXvMkx0Fy/professional-headshot-of-a-tech-enthusia-1772763348276-4c671a62.png?_wi=1", imageAlt: "Marcus Johnson" }, { id: "3", name: "Elena Rodriguez", handle: "@elenasound", testimonial: "The seamless switching between my devices is mind-blowing. It just works perfectly every single time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYIrTQgAvZYRcrdXmGXvMkx0Fy/professional-headshot-of-a-business-prof-1772763348298-a85cbc46.png", imageAlt: "Elena Rodriguez" @@ -136,10 +136,10 @@ export default function LandingPage() { id: "4", name: "David Kim", handle: "@davidkim_audio", testimonial: "Battery life is incredible. I use them all day without worrying about charging. Simply outstanding.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYIrTQgAvZYRcrdXmGXvMkx0Fy/professional-headshot-of-a-creative-prof-1772763347067-d3cb20a3.png", imageAlt: "David Kim" }, { - id: "5", name: "Jessica Lee", handle: "@jessical_lifestyle", testimonial: "Premium quality at every touchpoint. The design, the sound, the build – everything is perfection.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYIrTQgAvZYRcrdXmGXvMkx0Fy/professional-headshot-of-a-satisfied-cus-1772763348112-bdcff1f6.png", imageAlt: "Jessica Lee" + id: "5", name: "Jessica Lee", handle: "@jessical_lifestyle", testimonial: "Premium quality at every touchpoint. The design, the sound, the build – everything is perfection.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYIrTQgAvZYRcrdXmGXvMkx0Fy/professional-headshot-of-a-satisfied-cus-1772763348112-bdcff1f6.png?_wi=2", imageAlt: "Jessica Lee" }, { - id: "6", name: "Alex Thompson", handle: "@alexthompson_tech", testimonial: "Best investment I've made in audio equipment. Changed how I enjoy music and take calls.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYIrTQgAvZYRcrdXmGXvMkx0Fy/professional-headshot-of-a-tech-enthusia-1772763348276-4c671a62.png", imageAlt: "Alex Thompson" + id: "6", name: "Alex Thompson", handle: "@alexthompson_tech", testimonial: "Best investment I've made in audio equipment. Changed how I enjoy music and take calls.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYIrTQgAvZYRcrdXmGXvMkx0Fy/professional-headshot-of-a-tech-enthusia-1772763348276-4c671a62.png?_wi=2", imageAlt: "Alex Thompson" } ]} speed={40}