6 Commits

Author SHA1 Message Date
78159cfcfe Merge version_4 into main
Merge version_4 into main
2026-03-03 12:11:47 +00:00
3d488f95dc Update src/app/page.tsx 2026-03-03 12:11:40 +00:00
b293257397 Merge version_3 into main
Merge version_3 into main
2026-03-03 12:09:44 +00:00
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 4 additions and 4 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"
@@ -160,7 +160,7 @@ export default function HomePage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
title="What Our Clients Say"
description="Real feedback from businesses we've helped transform their digital presence"
description="Real results: businesses saw average 35% revenue growth after partnering with us"
tag="Client Reviews"
tagIcon={Quote}
tagAnimation="slide-up"
@@ -217,4 +217,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}