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 "./globals.css";
|
||||||
import "@/lib/gsap-setup";
|
import "@/lib/gsap-setup";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||||
import { Montserrat } from "next/font/google";
|
import { Montserrat } from "next/font/google";
|
||||||
|
|
||||||
@@ -59,7 +58,7 @@ export default function RootLayout({
|
|||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body className={`${montserrat.variable} ${inter.variable} antialiased`}>
|
<body className={`${montserrat.variable} ${inter.variable} antialiased`}>
|
||||||
<Tag />
|
|
||||||
{children}
|
{children}
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
|
|||||||
@@ -114,15 +114,15 @@ export default function LandingPage() {
|
|||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<MetricSplitMediaAbout
|
<MetricSplitMediaAbout
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Transforming Business with Intelligent Automation"
|
title="Quantifying Our Impact: Real Results for Your Business"
|
||||||
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."
|
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={[
|
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"
|
imageSrc="http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139314.jpg"
|
||||||
imageAlt="Abstract AI algorithms streamlining business operations"
|
imageAlt="Abstract AI algorithms streamlining business operations"
|
||||||
|
|||||||
Reference in New Issue
Block a user