7 Commits

Author SHA1 Message Date
f9ab5e89db Merge version_4 into main
Merge version_4 into main
2026-04-19 23:47:53 +00:00
4260c3a9ec Update src/app/page.tsx 2026-04-19 23:47:51 +00:00
39b6eb94b4 Merge version_3 into main
Merge version_3 into main
2026-04-19 23:46:38 +00:00
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
754f553624 Update src/app/page.tsx 2026-04-19 23:45:15 +00:00
cf38e2e42c Merge version_1 into main
Merge version_1 into main
2026-04-19 23:44:33 +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" },
@@ -53,7 +53,7 @@ export default function LandingPage() {
{ name: "Riley P.", handle: "@rileyp", testimonial: "The most intuitive software we've used in years. Simply excellent.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-male-holding-hands-pockets-white-shirt-jacket-looking-elegant-front-view_176474-99655.jpg" },
{ name: "Jordan Wu", handle: "@jwu", testimonial: "Seamless integration and a truly supportive team structure.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg" },
]}
buttons={[{ text: "Get Started", href: "#contact" }]}
buttons={[{ text: "Build Your First Workflow", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/futuristic-business-scene-with-ultra-modern-ambiance_23-2151003748.jpg"
imageAlt="No Roles Hero"
avatars={[
@@ -145,7 +145,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{ id: "q1", title: "How do I get started?", content: "Simply contact our team and we'll walk you through the onboarding process." },
{ id: "q1", title: "How do I get started?", content: "Ready to transform your workflow? Click here to fill out our <a href='#contact' style='text-decoration:underline; font-weight:bold;'>contact form</a> and our team will get you up and running immediately." },
{ id: "q2", title: "Is No Roles suitable for my team?", content: "Yes, our platform is designed to scale with teams of all sizes and industries." },
{ id: "q3", title: "Do you offer support?", content: "Absolutely. We provide dedicated support for every step of your journey." },
]}