3 Commits

Author SHA1 Message Date
019596663c Update src/app/page.tsx 2026-03-07 10:57:05 +00:00
ffd0ed3f4c Update src/app/layout.tsx 2026-03-07 10:57:05 +00:00
30cc3d3427 Merge version_8 into main
Merge version_8 into main
2026-03-07 10:49:56 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1383,4 +1383,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -57,7 +57,7 @@ export default function Home() {
tag="Digital Growth"
tagIcon={Sparkles}
title="Grow Your Revenue 3x Faster"
description="Average clients see 3x revenue growth within 90 days. Our proven digital growth solutions deliver measurable results through strategic planning, expert execution, and continuous optimization."
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" },
@@ -320,4 +320,4 @@ export default function Home() {
</main>
</ThemeProvider>
);
}
}