Update src/app/page.tsx

This commit is contained in:
2026-02-13 16:29:20 +00:00
parent c7a594f9ff
commit ed9ee347df

View File

@@ -133,7 +133,6 @@ export default function HomePage() {
id: "testimonial-3", title: "Partners Who Understand Scale", quote: "McLaren Labs gets it. They understand the unique challenges of scaling a SaaS business and provided tactical strategies that immediately improved our metrics. Highly recommended for any serious founder.", name: "Jessica Martinez", role: "VP Growth, CloudScale", imageSrc: "https://img.b2bpic.net/free-vector/business-growth-concept-with-computer_23-2147796638.jpg", imageAlt: "Jessica Martinez"
}
]}
animationType="slide-up"
/>
</div>
@@ -237,4 +236,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}