Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -29,9 +29,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Process", id: "#about" },
|
||||
{ name: "Strategy", id: "#features" },
|
||||
{ name: "Results", id: "#testimonials" },
|
||||
{ name: "Process", id: "about" },
|
||||
{ name: "Strategy", id: "features" },
|
||||
{ name: "Results", id: "testimonials" },
|
||||
]}
|
||||
button={{ text: "Book Strategy Call", href: "#contact" }}
|
||||
brandName="Hlengs.revenue"
|
||||
@@ -48,7 +48,8 @@ export default function LandingPage() {
|
||||
dashboard={{
|
||||
title: "Revenue Growth", stats: [
|
||||
{ title: "Monthly Revenue", titleMobile: "MRR", values: [15000, 25000, 45000], valuePrefix: "$", description: "Growth over Q1" },
|
||||
{ title: "Client Pipeline", titleMobile: "Leads", values: [12, 34, 88], description: "High-intent inbound" }
|
||||
{ title: "Client Pipeline", titleMobile: "Leads", values: [12, 34, 88], description: "High-intent inbound" },
|
||||
{ title: "Conversion Rate", titleMobile: "CVR", values: [2, 5, 12], description: "Discovery call conversion" }
|
||||
],
|
||||
logoIcon: Sparkles,
|
||||
sidebarItems: [{ icon: Target, active: true }, { icon: BarChart3 }],
|
||||
@@ -64,6 +65,7 @@ export default function LandingPage() {
|
||||
description="True scale requires moving beyond the 'content hamster wheel.' I architect systems that bridge the gap between creative excellence and high-ticket predictability."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/minimalist-black-white-office-desk-with-stationery_9975-133066.jpg"
|
||||
buttons={[{ text: "See My System", href: "#features" }]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -76,6 +78,7 @@ export default function LandingPage() {
|
||||
{ title: "High-Ticket Architecture", description: "Designing offers that justify premium pricing.", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-black-white-office-desk-with-stationery_9975-133066.jpg" },
|
||||
{ title: "Inbound Funnel Engineering", description: "Turning traffic into high-intent discovery calls.", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-black-white-office-desk-with-stationery_9975-133066.jpg" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -84,6 +87,9 @@ export default function LandingPage() {
|
||||
animationType="depth-3d"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
title="Results That Speak"
|
||||
description="See what top-tier creative strategists are saying about our methodology."
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Alex Rivet", role: "Strategist", company: "CreativeLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg" },
|
||||
{ id: "2", name: "Sarah Chen", role: "Consultant", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-white-scarf-headphones-around-her-neck-lookig-camera-smiling-cheerfully_141793-54936.jpg" }
|
||||
@@ -96,6 +102,7 @@ export default function LandingPage() {
|
||||
text="Are you ready to stop guessing and start scaling? Your high-ticket roadmap starts with a single call."
|
||||
buttons={[{ text: "Book My Discovery Call", href: "https://calendly.com/hlengs" }]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user