Merge version_3_1778175325295 into main #4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user