Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-02 20:47:12 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -1410,4 +1410,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}