Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7708a09e96 | |||
| 53078775e2 | |||
| ad8bb461f8 | |||
| c230753e30 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user