6 Commits

Author SHA1 Message Date
57a371abc9 Merge version_3 into main
Merge version_3 into main
2026-05-12 18:35:30 +00:00
a5eebd3c3f Update src/app/page.tsx 2026-05-12 18:35:27 +00:00
a7148bd638 Merge version_2 into main
Merge version_2 into main
2026-05-12 18:29:57 +00:00
d08f8f2593 Merge version_2 into main
Merge version_2 into main
2026-05-12 18:29:33 +00:00
3a31e09136 Merge version_2 into main
Merge version_2 into main
2026-05-12 18:29:03 +00:00
4407fa5222 Merge version_2 into main
Merge version_2 into main
2026-05-12 18:28:26 +00:00

View File

@@ -37,14 +37,14 @@ export default function LandingPage() {
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Rev Digital"
brandName="Apex Lead Group"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{ variant: "radial-gradient" }}
title="Accelerate Your Revenue with Rev Digital"
title="Accelerate Your Revenue with Apex Lead Group"
description="Expert digital marketing and high-intent lead generation strategies designed to scale your business."
buttons={[{ text: "Get Started", href: "#contact" }, { text: "View Pricing", href: "#pricing" }]}
leftCarouselItems={[{ imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?_wi=1" }, { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?_wi=2" }]}
@@ -56,7 +56,7 @@ export default function LandingPage() {
<TextSplitAbout
title="Over 2 Years of Digital Growth"
description={[
"Rev Digital was founded with a singular mission: to simplify lead generation for ambitious brands.", "With over two years of rigorous testing and scaling, we have perfected the art of connecting your business with decision-makers who are ready to convert."
"Apex Lead Group was founded with a singular mission: to simplify lead generation for ambitious brands.", "With over two years of rigorous testing and scaling, we have perfected the art of connecting your business with decision-makers who are ready to convert."
]}
useInvertedBackground={false}
/>
@@ -123,12 +123,12 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Rev Digital"
logoText="Apex Lead Group"
columns={[
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
{ title: "Services", items: [{ label: "Design", href: "#features" }, { label: "Lead Gen", href: "#features" }] }
]}
copyrightText="© 2025 Rev Digital"
copyrightText="© 2025 Apex Lead Group"
/>
</div>
</ReactLenis>