Compare commits
6 Commits
version_1_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| d5c23decf4 | |||
|
|
f02e47edac | ||
| 0ddd312bce | |||
|
|
68a7426d99 | ||
| 8abc5560e6 | |||
| 90df599e63 |
@@ -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>
|
||||
@@ -35,6 +47,7 @@ export default function HomePage() {
|
||||
title="Your Dedicated Partner in Digital Success"
|
||||
description="At [Agency Name], we're more than just a marketing agency; we're an extension of your team. With years of expertise in the ever-evolving digital landscape, we bring innovative strategies, creative solutions, and data-driven insights to help businesses like yours thrive. Our passion is to connect your brand with its audience, driving engagement, conversions, and sustainable growth."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-interior-with-chess-board-game-chips-table-space-prepared-fun-get-together-with-friends-no-people-living-room-decorated-with-leisure-activity-games-enjoy-gathering_482257-43520.jpg"
|
||||
primaryButton={{ text: "Learn More", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user