6 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
kudinDmitriyUp
68a7426d99 feat: Add button to About Us section 2026-05-07 17:34:24 +00:00
8abc5560e6 Merge version_1_1778174881214 into main
Merge version_1_1778174881214 into main
2026-05-07 17:30:47 +00:00
90df599e63 Merge version_1_1778174881214 into main
Merge version_1_1778174881214 into main
2026-05-07 17:29:43 +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>
@@ -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>