2 Commits

Author SHA1 Message Date
62e7982e61 Update src/app/page.tsx 2026-05-09 17:19:34 +00:00
75507e0120 Merge version_3 into main
Merge version_3 into main
2026-05-09 16:29:50 +00:00

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
variant: "sparkles-gradient"}}
title="Next-Gen Solutions with Codexa 360"
description="Unlock unprecedented growth with our comprehensive software ecosystem designed for the modern enterprise."
buttons={[{ text: "Get Started", href: "#contact" }]}
buttons={[{ text: "Get Started", href: "#contact" }, { text: "Request a Demo", href: "#contact" }]}
testimonials={[
{
name: "Alex Rivier", handle: "@alextech", testimonial: "Transformative technology that revolutionized our entire workflow.", rating: 5,
@@ -225,4 +225,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}