4 Commits

Author SHA1 Message Date
3cc9bc8c32 Remove watermark 2026-06-03 21:18:24 +00:00
ace666802d Update src/app/page.tsx 2026-06-03 21:04:07 +00:00
5d072e1d7d Merge version_2 into main
Merge version_2 into main
2026-06-03 21:02:17 +00:00
39cf576175 Merge version_2 into main
Merge version_2 into main
2026-06-03 21:00:39 +00:00
2 changed files with 7 additions and 8 deletions

View File

@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
import "./globals.css";
import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Montserrat } from "next/font/google";
@@ -59,7 +58,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${montserrat.variable} ${inter.variable} antialiased`}>
<Tag />
{children}
<script
dangerouslySetInnerHTML={{

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>
);
}
}