Update src/app/page.tsx

This commit is contained in:
2026-05-09 18:55:30 +00:00
parent 4890f5edb5
commit e3b5c22ca8

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
background={{
variant: "sparkles-gradient"}}
logoText="Streamline Your Workflow"
description="Powerful tools to manage your projects, increase team productivity, and deliver results faster."
description="Streamline your workflow to cut operational costs by 30% and accelerate project delivery times for maximum team ROI."
buttons={[
{ text: "Get Started", href: "#pricing" },
{ text: "View Features", href: "#features" },
@@ -175,5 +175,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}