Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f8f757180b |
@@ -2,7 +2,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import Link from "next/link";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
@@ -41,16 +41,16 @@ export default function HomePage() {
|
||||
</div>
|
||||
|
||||
<div id="hero-section" data-section="hero-section">
|
||||
<HeroSplit
|
||||
<HeroBillboard
|
||||
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" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Powered by Advanced Machine Learning"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ label: "Get Started Free", href: "/pricing", dataWebildId: "hero_btn_free_trial" },
|
||||
{ label: "Schedule Demo", href: "/demo", dataWebildId: "hero_btn_demo" }
|
||||
{ label: "Get Started Free", href: "/pricing", dataWebildId: "hero_billboard_btn_free_trial" },
|
||||
{ label: "Schedule Demo", href: "/demo", dataWebildId: "hero_billboard_btn_demo" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
avatars={[
|
||||
@@ -59,10 +59,9 @@ export default function HomePage() {
|
||||
{ src: "https://img.b2bpic.net/free-photo/confident-businesswoman-portrait-office_1258-194585.jpg", alt: "Amanda Foster, Ad Strategist" }
|
||||
]}
|
||||
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"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg"
|
||||
imageAlt="ArbUz AI platform interface"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="left"
|
||||
marqueeItems={[
|
||||
{ type: "text-icon", text: "Real-time Optimization", icon: ArrowRight },
|
||||
{ type: "text-icon", text: "Multi-Channel Support", icon: ArrowRight },
|
||||
|
||||
Reference in New Issue
Block a user