Update src/app/page.tsx

This commit is contained in:
2026-05-09 17:19:34 +00:00
parent 75507e0120
commit 62e7982e61

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>
);
}
}