Update src/app/page.tsx

This commit is contained in:
2026-03-14 16:10:01 +00:00
parent 5e2a88b8f7
commit 54ca94b2e9

View File

@@ -173,22 +173,22 @@ export default function LandingPage() {
animationType="blur-reveal"
testimonials={[
{
id: "testimonial-1", name: "Sarah Chen", role: "CEO, Luminary", testimonial: "A complete rebuild in five days. The quality exceeded our expectations. Our conversion rate jumped 340% in the first month.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am0n29Zpm1dUnvWZMa4SpZIbzz/professional-headshot-portrait-of-a-conf-1773504497810-cefef786.png", imageAlt: "Sarah Chen CEO Luminary"
id: "testimonial-1", name: "Sarah Chen", role: "CEO, Luminary", testimonial: "A complete rebuild in five days. The quality exceeded our expectations. Our conversion rate jumped 340% in the first month.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am0n29Zpm1dUnvWZMa4SpZIbzz/professional-headshot-portrait-of-a-conf-1773504497810-cefef786.png?_wi=1", imageAlt: "Sarah Chen CEO Luminary"
},
{
id: "testimonial-2", name: "Marcus Webb", role: "Head of Growth, Arcline", testimonial: "Conversions up 4x. The team's strategic approach combined with AI precision delivered results we didn't think were possible.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am0n29Zpm1dUnvWZMa4SpZIbzz/professional-headshot-portrait-of-a-male-1773504497443-752c1e66.png", imageAlt: "Marcus Webb Head of Growth Arcline"
id: "testimonial-2", name: "Marcus Webb", role: "Head of Growth, Arcline", testimonial: "Conversions up 4x. The team's strategic approach combined with AI precision delivered results we didn't think were possible.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am0n29Zpm1dUnvWZMa4SpZIbzz/professional-headshot-portrait-of-a-male-1773504497443-752c1e66.png?_wi=1", imageAlt: "Marcus Webb Head of Growth Arcline"
},
{
id: "testimonial-3", name: "Elena Voss", role: "Brand Director, Helix", testimonial: "They didn't just design our site—they understood our brand DNA and elevated it. Every interaction feels intentional and premium.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am0n29Zpm1dUnvWZMa4SpZIbzz/professional-headshot-portrait-of-a-fema-1773504498460-fca08c22.png", imageAlt: "Elena Voss Brand Director Helix"
id: "testimonial-3", name: "Elena Voss", role: "Brand Director, Helix", testimonial: "They didn't just design our site—they understood our brand DNA and elevated it. Every interaction feels intentional and premium.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am0n29Zpm1dUnvWZMa4SpZIbzz/professional-headshot-portrait-of-a-fema-1773504498460-fca08c22.png?_wi=1", imageAlt: "Elena Voss Brand Director Helix"
},
{
id: "testimonial-4", name: "James Liu", role: "Founder, Velocity", testimonial: "The fastest turnaround we've ever experienced without compromising on quality. This is the future of web design.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am0n29Zpm1dUnvWZMa4SpZIbzz/professional-headshot-portrait-of-a-conf-1773504497810-cefef786.png", imageAlt: "James Liu Founder Velocity"
id: "testimonial-4", name: "James Liu", role: "Founder, Velocity", testimonial: "The fastest turnaround we've ever experienced without compromising on quality. This is the future of web design.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am0n29Zpm1dUnvWZMa4SpZIbzz/professional-headshot-portrait-of-a-conf-1773504497810-cefef786.png?_wi=2", imageAlt: "James Liu Founder Velocity"
},
{
id: "testimonial-5", name: "Priya Kapoor", role: "CMO, Momentum", testimonial: "Our site doesn't just look beautiful—it performs. The AI optimization has been a game-changer for our bottom line.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am0n29Zpm1dUnvWZMa4SpZIbzz/professional-headshot-portrait-of-a-male-1773504497443-752c1e66.png", imageAlt: "Priya Kapoor CMO Momentum"
id: "testimonial-5", name: "Priya Kapoor", role: "CMO, Momentum", testimonial: "Our site doesn't just look beautiful—it performs. The AI optimization has been a game-changer for our bottom line.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am0n29Zpm1dUnvWZMa4SpZIbzz/professional-headshot-portrait-of-a-male-1773504497443-752c1e66.png?_wi=2", imageAlt: "Priya Kapoor CMO Momentum"
},
{
id: "testimonial-6", name: "David Torres", role: "VP Product, NextGen", testimonial: "Professional, responsive, and genuinely innovative. They're not just building websites—they're engineering growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am0n29Zpm1dUnvWZMa4SpZIbzz/professional-headshot-portrait-of-a-fema-1773504498460-fca08c22.png", imageAlt: "David Torres VP Product NextGen"
id: "testimonial-6", name: "David Torres", role: "VP Product, NextGen", testimonial: "Professional, responsive, and genuinely innovative. They're not just building websites—they're engineering growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am0n29Zpm1dUnvWZMa4SpZIbzz/professional-headshot-portrait-of-a-fema-1773504498460-fca08c22.png?_wi=2", imageAlt: "David Torres VP Product NextGen"
}
]}
containerClassName="py-24 px-6 md:px-16 lg:px-24 bg-black"