Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 65ce0c79f1 |
154
src/app/page.tsx
154
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Results",
|
name: "Results", id: "metrics"},
|
||||||
id: "metrics",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="AgencyGrowth"
|
brandName="AgencyGrowth"
|
||||||
/>
|
/>
|
||||||
@@ -56,19 +48,14 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
logoText="Transform Your Agency's Performance"
|
logoText="Transform Your Agency's Performance"
|
||||||
description="We help agencies scale their revenue through high-performance digital strategies and data-driven growth marketing."
|
description="We scale agencies by deploying high-impact growth frameworks that optimize your operations and drive predictable revenue consistently."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Start Scaling",
|
text: "Start Scaling", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Our Methods",
|
text: "Our Methods", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-composition-drinking-straws_23-2148133269.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-composition-drinking-straws_23-2148133269.jpg"
|
||||||
imageAlt="Digital Agency Dashboard"
|
imageAlt="Digital Agency Dashboard"
|
||||||
@@ -94,19 +81,13 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: Rocket,
|
icon: Rocket,
|
||||||
title: "Growth Strategy",
|
title: "Growth Strategy", description: "High-impact roadmaps for rapid scaling."},
|
||||||
description: "High-impact roadmaps for rapid scaling.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: BarChart,
|
icon: BarChart,
|
||||||
title: "Data Analytics",
|
title: "Data Analytics", description: "Real-time insights for optimization."},
|
||||||
description: "Real-time insights for optimization.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Palette,
|
icon: Palette,
|
||||||
title: "Brand Excellence",
|
title: "Brand Excellence", description: "Design that converts clients."},
|
||||||
description: "Design that converts clients.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Agency Services"
|
title="Agency Services"
|
||||||
description="Comprehensive solutions tailored to accelerate agency growth."
|
description="Comprehensive solutions tailored to accelerate agency growth."
|
||||||
@@ -121,20 +102,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "150%", description: "Avg Revenue Growth"},
|
||||||
value: "150%",
|
|
||||||
description: "Avg Revenue Growth",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "200+", description: "Projects Managed"},
|
||||||
value: "200+",
|
|
||||||
description: "Projects Managed",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "40%", description: "Efficiency Increase"},
|
||||||
value: "40%",
|
|
||||||
description: "Efficiency Increase",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Agency Impact"
|
title="Agency Impact"
|
||||||
description="Proven results for high-growth agencies."
|
description="Proven results for high-growth agencies."
|
||||||
@@ -146,14 +118,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"InnovateTech",
|
"InnovateTech", "GrowthPartners", "ScaleCloud", "DesignAgency", "WebDevStudio", "GlobalImpact", "PixelPerfect"]}
|
||||||
"GrowthPartners",
|
|
||||||
"ScaleCloud",
|
|
||||||
"DesignAgency",
|
|
||||||
"WebDevStudio",
|
|
||||||
"GlobalImpact",
|
|
||||||
"PixelPerfect",
|
|
||||||
]}
|
|
||||||
title="Trusted by Leaders"
|
title="Trusted by Leaders"
|
||||||
description="Partnering with the world's most ambitious agencies."
|
description="Partnering with the world's most ambitious agencies."
|
||||||
/>
|
/>
|
||||||
@@ -166,45 +131,20 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Alex Smith", handle: "@alexs", testimonial: "Scaling our agency would have been impossible without this team.", rating: 5,
|
||||||
name: "Alex Smith",
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-suit-smiling-camera_23-2148317358.jpg"},
|
||||||
handle: "@alexs",
|
|
||||||
testimonial: "Scaling our agency would have been impossible without this team.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-suit-smiling-camera_23-2148317358.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Jane Doe", handle: "@jdoe", testimonial: "The strategy provided transformed our entire client acquisition process.", rating: 5,
|
||||||
name: "Jane Doe",
|
imageSrc: "http://img.b2bpic.net/free-photo/blond-female-dressed-white-shirt-eyeglasses-holds-tablet-pc-grey-background_613910-14708.jpg"},
|
||||||
handle: "@jdoe",
|
|
||||||
testimonial: "The strategy provided transformed our entire client acquisition process.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-female-dressed-white-shirt-eyeglasses-holds-tablet-pc-grey-background_613910-14708.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "John Paul", handle: "@jpaul", testimonial: "Absolutely amazing insights, we saw immediate improvements.", rating: 5,
|
||||||
name: "John Paul",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-camera_23-2148304959.jpg"},
|
||||||
handle: "@jpaul",
|
|
||||||
testimonial: "Absolutely amazing insights, we saw immediate improvements.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-camera_23-2148304959.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Maria Garcia", handle: "@mgar", testimonial: "Highly recommend their professional growth consulting.", rating: 5,
|
||||||
name: "Maria Garcia",
|
imageSrc: "http://img.b2bpic.net/free-photo/modern-young-stylish-smiling-man-co-working-office-startup-freelancer-holding-using-tablet_285396-1777.jpg"},
|
||||||
handle: "@mgar",
|
|
||||||
testimonial: "Highly recommend their professional growth consulting.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-young-stylish-smiling-man-co-working-office-startup-freelancer-holding-using-tablet_285396-1777.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Sam Lee", handle: "@slee", testimonial: "The best decision we made for our agency growth strategy.", rating: 5,
|
||||||
name: "Sam Lee",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-posing_23-2148452676.jpg"},
|
||||||
handle: "@slee",
|
|
||||||
testimonial: "The best decision we made for our agency growth strategy.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-posing_23-2148452676.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
title="Client Success"
|
title="Client Success"
|
||||||
@@ -218,20 +158,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "How do we get started?", content: "Book a discovery call and we'll analyze your agency."},
|
||||||
title: "How do we get started?",
|
|
||||||
content: "Book a discovery call and we'll analyze your agency.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "What is the timeline?", content: "Growth phases start at 3 months for peak results."},
|
||||||
title: "What is the timeline?",
|
|
||||||
content: "Growth phases start at 3 months for peak results.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "Is this for new agencies?", content: "We support both startups and scaling and mature agencies."},
|
||||||
title: "Is this for new agencies?",
|
|
||||||
content: "We support both startups and scaling agencies.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Common Questions"
|
title="Common Questions"
|
||||||
description="Find answers to help you get started."
|
description="Find answers to help you get started."
|
||||||
@@ -243,14 +174,11 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
text="Ready to scale your agency? Let's discuss your strategy."
|
text="Ready to scale your agency? Let's discuss your strategy."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Contact Us",
|
text: "Contact Us", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -260,29 +188,19 @@ export default function LandingPage() {
|
|||||||
logoText="AgencyGrowth"
|
logoText="AgencyGrowth"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About",
|
label: "About", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Careers",
|
label: "Careers", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy",
|
label: "Privacy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms",
|
label: "Terms", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user