3 Commits

Author SHA1 Message Date
e3b5c22ca8 Update src/app/page.tsx 2026-05-09 18:55:30 +00:00
4890f5edb5 Merge version_2 into main
Merge version_2 into main
2026-05-09 18:54:48 +00:00
3aeb4e6139 Merge version_2 into main
Merge version_2 into main
2026-05-09 18:54:24 +00:00

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