Update src/app/page.tsx

This commit is contained in:
2026-05-09 16:29:47 +00:00
parent cecdc81a4d
commit 37131101fc

View File

@@ -52,6 +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" }]}
testimonials={[
{
name: "Alex Rivier", handle: "@alextech", testimonial: "Transformative technology that revolutionized our entire workflow.", rating: 5,
@@ -224,4 +225,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}