Update src/app/page.tsx

This commit is contained in:
2026-06-03 21:04:07 +00:00
parent 5d072e1d7d
commit ace666802d

View File

@@ -114,15 +114,15 @@ export default function LandingPage() {
<div id="about" data-section="about">
<MetricSplitMediaAbout
useInvertedBackground={false}
title="Transforming Business with Intelligent Automation"
description="At Briven AI, we're dedicated to helping SMEs and mid-size companies harness the power of AI. Our approach combines strategic consulting with hands-on implementation, crafting bespoke solutions that drive efficiency, reduce operational costs, and foster sustainable growth in a rapidly evolving market."
title="Quantifying Our Impact: Real Results for Your Business"
description="Our commitment to delivering tangible value is reflected in the measurable improvements our clients experience. We focus on enhancing satisfaction, boosting operational efficiency, and securing substantial cost savings through tailored AI automation."
metrics={[
{
value: "+200h", title: "Saved/month"},
value: "98%", title: "Client Satisfaction"},
{
value: "×3", title: "Average ROI"},
value: "30%", title: "Efficiency Boost"},
{
value: "30+", title: "Projects Delivered"},
value: "25%", title: "Cost Savings"},
]}
imageSrc="http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139314.jpg"
imageAlt="Abstract AI algorithms streamlining business operations"
@@ -227,4 +227,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}