From dd283e21feb3eb1be9a8aa61d0052a30ed7a807f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:47:06 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} -- 2.49.1 From 95a5e9a9444a699642fe5fd6fcd11084805f7974 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:47:07 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 +} -- 2.49.1