diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 04cba7e..311addd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1410,4 +1410,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ec564a..f168967 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,17 +55,17 @@ export default function HomePage() { testimonials={[ { name: "Sarah Chen", handle: "CEO, GrowthLabs", testimonial: - "IGDM Bot increased our DM response rate by 340% in the first month. The automation is seamless and actually feels human.", rating: 5, + "340% response rate increase in the first month. Our DM automation now feels seamless and human.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP8fRXTdUKlroADdS9RZVLKv6V/professional-headshot-photo-of-a-busines-1772484104363-75b7e9be.png"}, { name: "Marcus Johnson", handle: "Founder, TechScale", testimonial: - "We went from 50 manual outreach messages per day to 500 automated ones. Our lead quality hasn't dropped—it's improved.", rating: 5, + "Scaled from 50 manual messages daily to 500 automated. Lead quality improved by 45% while effort dropped by 90%.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP8fRXTdUKlroADdS9RZVLKv6V/professional-headshot-photo-of-a-busines-1772484105797-a27bdf1b.png"}, { name: "Emma Rodriguez", handle: "Marketing Director, VentureCo", testimonial: - "The appointment setting feature alone has saved our team 20 hours per week. This is genuinely transformative.", rating: 5, + "20 hours saved weekly with intelligent appointment setting. This freed our team to focus on closable deals.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP8fRXTdUKlroADdS9RZVLKv6V/professional-headshot-photo-of-a-marketi-1772484104577-a90d3947.png"}, ]} @@ -176,4 +176,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}