2 Commits

Author SHA1 Message Date
8baab919a2 Update src/app/page.tsx 2026-04-19 23:46:35 +00:00
925a2b3bcf Merge version_2 into main
Merge version_2 into main
2026-04-19 23:45:19 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroBillboardTestimonial
background={{ variant: "gradient-bars" }}
title="Innovation without boundaries."
description="At No Roles, we dismantle outdated hierarchies to empower your team with fluid, high-impact software solutions. Build faster, smarter, and together."
description="Supercharge your team's output with synchronized workflows and streamlined communication tools designed for maximum velocity. Deliver results faster, together."
testimonials={[
{ name: "Alex River", handle: "@alexriver", testimonial: "No Roles transformed our development velocity. The flexibility is unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-confident-young-businessman-with-arm-crossed-holding-mobile-phone-hand_23-2148096508.jpg" },
{ name: "Jamie Lee", handle: "@jamieleex", testimonial: "Finally, a platform that understands how modern teams actually work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-female-barber-wearing-uniform-glasses-headband-looking-camera-showing-thumb-up-isolated-red-background_141793-137078.jpg" },
@@ -178,4 +178,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}