Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3cc9bc8c32 | |||
| ace666802d | |||
| 5d072e1d7d | |||
| 39cf576175 |
@@ -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={{
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user