3 Commits

Author SHA1 Message Date
b4d63eb31e Update src/app/page.tsx 2026-03-03 12:09:39 +00:00
c0ea487b8b Update src/app/layout.tsx 2026-03-03 12:09:38 +00:00
73a1cdd9ae Merge version_2 into main
Merge version_2 into main
2026-03-03 12:04:53 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -90,7 +90,7 @@ export default function HomePage() {
<div id="services" data-section="services">
<FeatureCardTwentySeven
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"
tagIcon={Zap}
tagAnimation="slide-up"
@@ -217,4 +217,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}