1 Commits

Author SHA1 Message Date
0d9bd7eafe Bob AI: change hero section with another one 2026-02-25 16:58:41 +02:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import Link from "next/link";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
@@ -41,42 +41,36 @@ export default function HomePage() {
</div>
<div id="hero-section" data-section="hero-section">
<HeroSplitKpi
title="Transform Media Buying with AI-Powered Precision"
description="ArbUz revolutionizes advertising technology by delivering intelligent, data-driven solutions that maximize ROI and streamline campaign management for media buyers."
background={{ variant: 'radial-gradient' }}
kpis={[
{ value: "40%", label: "Average Cost Reduction" },
{ value: "60%", label: "Faster Campaign Setup" },
{ value: "95%", label: "Client Satisfaction Rate" }
]}
enableKpiAnimation={true}
tag="Trusted by Leading Advertisers"
<HeroSplit
title="AI-Powered Media Buying That Scales"
description="Automate campaign optimization, reduce ad spend waste, and unlock hidden ROI opportunities. ArbUz's intelligent algorithms work 24/7 to maximize your advertising performance across all channels."
background={{ variant: "glowing-orb" }}
tag="Powered by Advanced Machine Learning"
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Start Free Trial", href: "/pricing" },
{ text: "Watch Demo", href: "/features" }
{ label: "Get Started Free", href: "/pricing", dataWebildId: "hero_btn_free_trial" },
{ label: "Schedule Demo", href: "/demo", dataWebildId: "hero_btn_demo" }
]}
buttonAnimation="slide-up"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Sarah Johnson, Marketing Director" },
{ src: "http://img.b2bpic.net/free-photo/employees-discussing-project-strategies_482257-120275.jpg", alt: "Michael Chen, Digital Strategist" },
{ src: "http://img.b2bpic.net/free-photo/image-young-saleswoman-suit-working-laptop-sitting-her-office-with-smartphone-answering_1258-194585.jpg", alt: "Elena Rodriguez, Campaign Manager" }
{ src: "https://img.b2bpic.net/free-photo/portrait-successful-businessman-smiling-camera_1163-5475.jpg", alt: "David Park, Media Buyer" },
{ src: "https://img.b2bpic.net/free-photo/professional-woman-working-laptop-office_482257-120275.jpg", alt: "Jessica Liu, Campaign Manager" },
{ src: "https://img.b2bpic.net/free-photo/confident-businesswoman-portrait-office_1258-194585.jpg", alt: "Amanda Foster, Ad Strategist" }
]}
avatarText="Join 500+ media buyers who trust ArbUz"
imageSrc="http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg?_wi=1"
imageAlt="Dashboard showing AI-powered media buying analytics"
avatarText="Trusted by 1000+ media buying professionals"
videoSrc="https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg"
videoAriaLabel="ArbUz AI platform demo video"
mediaAnimation="slide-up"
imagePosition="right"
imagePosition="left"
marqueeItems={[
{ type: "text-icon", text: "Google Ads", icon: ArrowRight },
{ type: "text-icon", text: "Facebook Ads", icon: ArrowRight },
{ type: "text-icon", text: "Programmatic", icon: ArrowRight },
{ type: "text-icon", text: "YouTube", icon: ArrowRight }
{ type: "text-icon", text: "Real-time Optimization", icon: ArrowRight },
{ type: "text-icon", text: "Multi-Channel Support", icon: ArrowRight },
{ type: "text-icon", text: "Predictive Analytics", icon: ArrowRight },
{ type: "text-icon", text: "Budget Automation", icon: ArrowRight }
]}
marqueeSpeed={50}
showMarqueeCard={true}
marqueeSpeed={40}
/>
</div>