Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a5eebd3c3f | |||
| a7148bd638 | |||
| d08f8f2593 | |||
| 3a31e09136 | |||
| 4407fa5222 |
@@ -37,14 +37,14 @@ export default function LandingPage() {
|
|||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
]}
|
]}
|
||||||
brandName="Rev Digital"
|
brandName="Apex Lead Group"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDoubleCarousel
|
<HeroSplitDoubleCarousel
|
||||||
background={{ variant: "radial-gradient" }}
|
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."
|
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" }]}
|
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" }]}
|
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
|
<TextSplitAbout
|
||||||
title="Over 2 Years of Digital Growth"
|
title="Over 2 Years of Digital Growth"
|
||||||
description={[
|
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}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
@@ -123,12 +123,12 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
logoText="Rev Digital"
|
logoText="Apex Lead Group"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||||
{ title: "Services", items: [{ label: "Design", href: "#features" }, { label: "Lead Gen", href: "#features" }] }
|
{ title: "Services", items: [{ label: "Design", href: "#features" }, { label: "Lead Gen", href: "#features" }] }
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2025 Rev Digital"
|
copyrightText="© 2025 Apex Lead Group"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user