diff --git a/src/app/page.tsx b/src/app/page.tsx index c98ee12..250b205 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -163,29 +163,17 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Chen", handle: "@sarahchen_founder", testimonial: - "Elevate transformed our entire online presence. Conversions increased 340% in the first three months. The team is exceptional.", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Chen, CEO of TechVision"}, + id: "1", name: "Sarah Chen", handle: "@sarahchen_founder", testimonial: "Elevate transformed our entire online presence. Conversions increased 340% in the first three months. The team is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Chen, CEO of TechVision"}, { - id: "2", name: "Michael Rodriguez", handle: "@mrodriguez_cto", testimonial: - "The design system they built scales perfectly with our growth. Deployment cycles are faster, and user satisfaction is at an all-time high.", imageSrc: - "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Michael Rodriguez, CTO"}, + id: "2", name: "Michael Rodriguez", handle: "@mrodriguez_cto", testimonial: "The design system they built scales perfectly with our growth. Deployment cycles are faster, and user satisfaction is at an all-time high.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Michael Rodriguez, CTO"}, { - id: "3", name: "Emma Thompson", handle: "@emmathompson_ceo", testimonial: - "Not just a vendor—a true partner invested in our success. The conversion optimization work alone paid for itself multiple times over.", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Emma Thompson, CEO"}, + id: "3", name: "Emma Thompson", handle: "@emmathompson_ceo", testimonial: "Not just a vendor—a true partner invested in our success. The conversion optimization work alone paid for itself multiple times over.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Emma Thompson, CEO"}, { - id: "4", name: "David Kim", handle: "@davidkim_pm", testimonial: - "Working with Elevate was seamless. Their understanding of conversion funnels and user psychology is unmatched in the industry.", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Kim, Product Manager"}, + id: "4", name: "David Kim", handle: "@davidkim_pm", testimonial: "Working with Elevate was seamless. Their understanding of conversion funnels and user psychology is unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Kim, Product Manager"}, { - id: "5", name: "Jessica Liu", handle: "@jliu_marketing", testimonial: - "The analytics integration and data-driven insights have revolutionized how we approach digital marketing. Highly recommend.", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Jessica Liu, Marketing Director"}, + id: "5", name: "Jessica Liu", handle: "@jliu_marketing", testimonial: "The analytics integration and data-driven insights have revolutionized how we approach digital marketing. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Jessica Liu, Marketing Director"}, { - id: "6", name: "Alex Martinez", handle: "@alexmartinez_ops", testimonial: - "From discovery to launch and beyond, the team was professional, communicative, and obsessed with quality. Five stars.", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Alex Martinez, Operations Lead"}, + id: "6", name: "Alex Martinez", handle: "@alexmartinez_ops", testimonial: "From discovery to launch and beyond, the team was professional, communicative, and obsessed with quality. Five stars.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Alex Martinez, Operations Lead"}, ]} speed={40} animationType="slide-up" @@ -197,17 +185,13 @@ export default function LandingPage() {