6 Commits

Author SHA1 Message Date
043d9bc5d7 Merge version_3 into main
Merge version_3 into main
2026-03-06 14:09:46 +00:00
4afbced798 Update src/app/page.tsx 2026-03-06 14:09:42 +00:00
df2e564d49 Update src/app/layout.tsx 2026-03-06 14:09:42 +00:00
1fe80a657f Merge version_2 into main
Merge version_2 into main
2026-03-06 14:02:05 +00:00
2833fdf084 Update src/app/page.tsx 2026-03-06 14:01:55 +00:00
5efe8d2045 Merge version_1 into main
Merge version_1 into main
2026-03-06 14:00:06 +00:00
2 changed files with 5 additions and 4 deletions

View File

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

View File

@@ -75,6 +75,7 @@ export default function LandingPage() {
{ text: "Talk to an Expert", href: "#contact" }
]}
buttonAnimation="slide-up"
buttonClassName="!py-3 !px-6 font-bold shadow-lg hover:shadow-xl transition-all duration-300 text-sm md:text-base"
/>
</div>
@@ -193,7 +194,7 @@ export default function LandingPage() {
id: "5", name: "Transparent", handle: "Reporting & Analytics", testimonial: "Monthly dashboards with detailed metrics on sales, traffic, conversion rates, ad spend, and ROI. Complete visibility into account performance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZgLEBb0NtuU0o4eFfB5r337Og/professional-icon-representing-faster-ec-1772805543189-cf8391cd.png", imageAlt: "Transparency Icon"
},
{
id: "6", name: "Proven", handle: "Track Record", testimonial: "Average client sees 250-400% sales increase in first year, improved seller ratings, reduced operational errors, and profitable scaling.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZgLEBb0NtuU0o4eFfB5r337Og/professional-icon-showing-product-rankin-1772805542735-a8c451b7.png?_wi=2", imageAlt: "Results Icon"
id: "6", name: "Proven", handle: "Track Record", testimonial: "Average client sees 250-400% sales increase in first year (vs. typical 80-120% industry growth), improved seller ratings, reduced operational errors, and profitable scaling.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZgLEBb0NtuU0o4eFfB5r337Og/professional-icon-showing-product-rankin-1772805542735-a8c451b7.png?_wi=2", imageAlt: "Results Icon"
}
]}
animationType="slide-up"
@@ -206,7 +207,7 @@ export default function LandingPage() {
<div id="results" data-section="results">
<MetricCardThree
title="Results We Deliver"
description="Measurable outcomes that drive real business growth and profitability"
description="Measurable outcomes that drive real business growth and profitability. Our clients achieve 250%+ conversion improvements vs. typical ecommerce benchmarks of 80-120% annual growth."
tag="Proven Results"
tagIcon={Zap}
tagAnimation="slide-up"
@@ -270,4 +271,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}