1 Commits

Author SHA1 Message Date
3cc9bc8c32 Remove watermark 2026-06-03 21:18:24 +00:00
2 changed files with 48 additions and 18 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

@@ -9,7 +9,8 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TeamCardSix from '@/components/sections/team/TeamCardSix';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Sparkles } from "lucide-react";
export default function LandingPage() {
@@ -33,11 +34,9 @@ export default function LandingPage() {
{
name: "Services", id: "#services"},
{
name: "Qui sommes nous ?", id: "#team-intro"},
name: "How it works", id: "#how-it-works"},
{
name: "FAQ", id: "#faq"},
{
name: "Contact", id: "#contact"},
]}
brandName="Briven AI"
/>
@@ -55,6 +54,8 @@ export default function LandingPage() {
buttons={[
{
text: "Lancer mon projet →", href: "#contact"},
{
text: "Découvrez comment ça marche", href: "#services"},
]}
buttonAnimation="slide-up"
mediaItems={[
@@ -130,20 +131,50 @@ export default function LandingPage() {
/>
</div>
<div id="team-intro" data-section="team-intro">
<TeamCardSix
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
animationType="slide-up"
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
title="Qui sommes nous ?"
description="Découvrez les experts derrière Briven AI, dédiés à transformer vos opérations avec l'IA."
members={[
{
id: "thomas", name: "Thomas", role: "AI Consultant", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-man-holding-book_176474-86006.jpg", imageAlt: "Thomas, AI Consultant"},
{
id: "leonard", name: "Leonard", role: "Developer", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-formal-suit_1157-24803.jpg", imageAlt: "Leonard, Developer"},
]}
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "CEO", company: "GrowthForge Inc.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/proud-entrepreneur-with-employees-background_1098-3585.jpg"},
{
id: "2", name: "Michael Chen", role: "COO", company: "Pioneer Solutions", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-thinking-pink-background_179666-14719.jpg"},
{
id: "3", name: "Emily Rodriguez", role: "IT Director", company: "Quantum Innovations", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/abstract-portrait-african-american-woman-vaporwave-style_23-2148950751.jpg"},
{
id: "4", name: "David Kim", role: "SME Owner", company: "VentureLink", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-fun-costumes-party_23-2149303864.jpg"},
{
id: "5", name: "Jessica Lee", role: "Operations Manager", company: "Nexus Corp.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-man-holding-book_176474-86006.jpg"},
]}
kpiItems={[
{
value: "95%", label: "Client Satisfaction"},
{
value: "120%", label: "Efficiency Boost"},
{
value: "$5M+", label: "Cost Savings"},
]}
title="Our Clients' Success Stories"
description="Hear directly from business leaders who have transformed their operations and achieved significant growth with Briven AI's custom automation solutions."
/>
</div>
<div id="social-proof" data-section="social-proof">
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
names={[
"DataPulse Innovations", "SynergyTech Solutions", "Nexus AI Group", "CogniStream Labs", "Aether Analytics", "Velocita Systems", "OmniLogic Co.", "Stratagem AI", "Synthetica Labs"]}
title="Trusted by Leading Innovators"
description="Our AI automation solutions are empowering businesses across diverse industries to achieve their strategic goals and stay ahead of the curve."
speed={60}
/>
</div>