4 Commits

Author SHA1 Message Date
7708a09e96 Update src/app/page.tsx 2026-03-13 14:15:40 +00:00
53078775e2 Merge version_6 into main
Merge version_6 into main
2026-03-13 13:10:12 +00:00
ad8bb461f8 Update src/app/page.tsx 2026-03-13 13:10:08 +00:00
c230753e30 Merge version_5 into main
Merge version_5 into main
2026-03-13 12:08:52 +00:00

View File

@@ -40,7 +40,7 @@ export default function LandingPage() {
{/* Hero - Billboard Scroll */}
<div id="hero" data-section="hero">
<HeroBillboardScroll
title="Advanced Technology Solutions for Enterprise"
title="Scale Your Enterprise Operations 10x Faster"
description="Harness cutting-edge innovations designed to scale with your business. From intelligent automation to data-driven insights, we deliver enterprise-grade solutions that transform operations."
tag="Next Generation Tech"
tagIcon={Zap}
@@ -85,6 +85,9 @@ export default function LandingPage() {
]}
speed={40}
showCard={true}
buttons={[
{ text: "View Case Studies", href: "#" }
]}
/>
</div>
@@ -123,4 +126,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}