diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 1d52d70..3842e59 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -113,11 +113,11 @@ export default function PricingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Transformed My Career in 6 Months", quote: "Eldorbek gave me everything I needed - quality courses, portfolio tools, and a supportive community. I went from junior to mid-level developer and increased my freelance income by 300%.", name: "James Mitchell", role: "Full Stack Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYxOIZzJuABt1grsLGzMHdVZpm/professional-headshot-of-a-software-engi-1772783582549-1219be71.png", imageAlt: "James Mitchell"}, + id: "1", title: "Transformed My Career in 6 Months", quote: "Eldorbek gave me everything I needed - quality courses, portfolio tools, and a supportive community. I went from junior to mid-level developer and increased my freelance income by 300%.", name: "James Mitchell", role: "Full Stack Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYxOIZzJuABt1grsLGzMHdVZpm/professional-headshot-of-a-software-engi-1772783582549-1219be71.png?_wi=2", imageAlt: "James Mitchell"}, { - id: "2", title: "Best Investment in My Development Education", quote: "The course quality is exceptional, and the live mentorship sessions were game-changing. I appreciate the real-world project examples and the active community that helped me debug my code.", name: "Priya Sharma", role: "Frontend Engineer at Tech Corp", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYxOIZzJuABt1grsLGzMHdVZpm/professional-portrait-of-a-female-softwa-1772783581685-6d53dcc4.png", imageAlt: "Priya Sharma"}, + id: "2", title: "Best Investment in My Development Education", quote: "The course quality is exceptional, and the live mentorship sessions were game-changing. I appreciate the real-world project examples and the active community that helped me debug my code.", name: "Priya Sharma", role: "Frontend Engineer at Tech Corp", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYxOIZzJuABt1grsLGzMHdVZpm/professional-portrait-of-a-female-softwa-1772783581685-6d53dcc4.png?_wi=2", imageAlt: "Priya Sharma"}, { - id: "3", title: "Perfect Platform for Career Switchers", quote: "I switched from finance to tech development, and Eldorbek made it seamless. The structured learning path, supportive community, and portfolio builder gave me confidence to land my first tech role.", name: "David Thompson", role: "Backend Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYxOIZzJuABt1grsLGzMHdVZpm/professional-headshot-of-a-male-tech-ent-1772783581728-29c35553.png", imageAlt: "David Thompson"}, + id: "3", title: "Perfect Platform for Career Switchers", quote: "I switched from finance to tech development, and Eldorbek made it seamless. The structured learning path, supportive community, and portfolio builder gave me confidence to land my first tech role.", name: "David Thompson", role: "Backend Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYxOIZzJuABt1grsLGzMHdVZpm/professional-headshot-of-a-male-tech-ent-1772783581728-29c35553.png?_wi=2", imageAlt: "David Thompson"}, ]} />