2 Commits

Author SHA1 Message Date
0d9bd7eafe Bob AI: change hero section with another one 2026-02-25 16:58:41 +02:00
0eddc3b04c Merge version_1 into main
Merge version_1 into main
2026-02-25 14:47:14 +00:00

View File

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