Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-03-03 12:09:44 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -90,7 +90,7 @@ export default function HomePage() {
<div id="services" data-section="services"> <div id="services" data-section="services">
<FeatureCardTwentySeven <FeatureCardTwentySeven
title="Our Services" title="Our Services"
description="Comprehensive digital solutions tailored to your business needs—trusted by 120+ companies" description="Trusted by 120+ companies who increased their digital revenue by an average of 35%"
tag="What We Offer" tag="What We Offer"
tagIcon={Zap} tagIcon={Zap}
tagAnimation="slide-up" tagAnimation="slide-up"
@@ -217,4 +217,4 @@ export default function HomePage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }