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: "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>
|
||||
|
||||
Reference in New Issue
Block a user