3 Commits

Author SHA1 Message Date
d5c23decf4 Merge version_3_1778175325295 into main
Merge version_3_1778175325295 into main
2026-05-07 17:36:54 +00:00
kudinDmitriyUp
f02e47edac feat: replace hero section with a carousel 2026-05-07 17:36:32 +00:00
0ddd312bce Merge version_2_1778175178159 into main
Merge version_2_1778175178159 into main
2026-05-07 17:34:46 +00:00

View File

@@ -1,7 +1,7 @@
import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeaturesBento from '@/components/sections/features/FeaturesBento';
import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards';
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
import TeamGlassCards from '@/components/sections/team/TeamGlassCards';
@@ -12,19 +12,31 @@ export default function HomePage() {
return (
<>
<div id="home" data-section="home">
<HeroSplitMediaGrid
<HeroBillboardCarousel
tag="Your Growth Partner"
title="Drive Your Business Forward with Expert Marketing Strategies"
description="We specialize in crafting tailored digital marketing solutions that deliver measurable results and elevate your brand's presence."
primaryButton={{
text: "Explore Our Services", href: "#features"}}
text: "Explore Our Services",
href: "#features"
}}
secondaryButton={{
text: "Get a Free Consultation", href: "#contact"}}
text: "Get a Free Consultation",
href: "#contact"
}}
items={[
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-boardroom-with-digital-monitor_482257-123487.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/modern-boardroom-with-digital-monitor_482257-123487.jpg"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-company-team-working_23-2149145116.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-company-team-working_23-2149145116.jpg"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/group-people-working-out-business-plan-office_1303-15779.jpg"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/business-people-shaking-hands-together_53876-20488.jpg"
}
]}
/>
</div>