Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 019596663c | |||
| ffd0ed3f4c | |||
| 30cc3d3427 | |||
| ed551d1576 | |||
| d5f0000073 | |||
| fb76de3853 | |||
| 4c7eff5b7b |
@@ -1383,4 +1383,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -57,7 +57,7 @@ export default function Home() {
|
||||
tag="Digital Growth"
|
||||
tagIcon={Sparkles}
|
||||
title="Grow Your Revenue 3x Faster"
|
||||
description="Unlock your business potential with our premium digital growth solutions. From strategic planning to execution, we deliver measurable results."
|
||||
description="Average clients see 3x revenue growth within 90 days, with proven strategies delivering measurable results."
|
||||
buttons={[
|
||||
{ text: "Get Started", href: "#contact" },
|
||||
{ text: "View Our Work", href: "#featured-work" },
|
||||
@@ -266,7 +266,7 @@ export default function Home() {
|
||||
<div className="flex flex-col items-center justify-center">
|
||||
<div className="w-full max-w-3xl mx-auto bg-gradient-to-r from-blue-600 to-purple-600 dark:from-blue-700 dark:to-purple-700 rounded-lg p-8 md:p-12 text-white text-center">
|
||||
<h2 className="text-3xl md:text-4xl font-bold mb-4">Ready to Grow 3x Faster?</h2>
|
||||
<p className="text-base md:text-lg text-blue-100 mb-8">Join hundreds of companies transforming their revenue with our premium digital growth solutions. Our proven framework delivers measurable results in weeks, not months.</p>
|
||||
<p className="text-base md:text-lg text-blue-100 mb-8">Join 300+ companies growing 3x faster with our proven framework</p>
|
||||
<div className="flex flex-col sm:flex-row gap-4 justify-center">
|
||||
<button className="px-8 py-3 bg-white text-blue-600 font-semibold rounded-lg hover:bg-blue-50 transition-colors">
|
||||
Start Your Growth Journey
|
||||
@@ -320,4 +320,4 @@ export default function Home() {
|
||||
</main>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user