Merge version_2 into main #1
218
src/app/page.tsx
218
src/app/page.tsx
@@ -33,125 +33,72 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Results",
|
||||
id: "metrics",
|
||||
},
|
||||
name: "Results", id: "metrics"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="AgencyFlow"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Started", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Scaling Brands Through Proven Digital Strategy"
|
||||
variant: "plain"}}
|
||||
title="Scale Your Revenue with Data-Driven Digital Strategy"
|
||||
description="We help ambitious US-based companies scale through data-driven marketing, SEO excellence, and high-conversion paid media campaigns."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex R.",
|
||||
handle: "@alex",
|
||||
testimonial: "Transformed our lead generation within 3 months.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-attractive-woman-standing-gray-wall_231208-9828.jpg",
|
||||
},
|
||||
name: "Alex R.", handle: "@alex", testimonial: "Transformed our lead generation within 3 months.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-attractive-woman-standing-gray-wall_231208-9828.jpg"},
|
||||
{
|
||||
name: "Sarah K.",
|
||||
handle: "@sarah",
|
||||
testimonial: "The best marketing partners we have ever had.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
||||
},
|
||||
name: "Sarah K.", handle: "@sarah", testimonial: "The best marketing partners we have ever had.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
|
||||
{
|
||||
name: "Marcus L.",
|
||||
handle: "@marcus",
|
||||
testimonial: "Data-driven results that actually scale.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-smiling-confident-looking-side-street_839833-24417.jpg",
|
||||
},
|
||||
name: "Marcus L.", handle: "@marcus", testimonial: "Data-driven results that actually scale.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-smiling-confident-looking-side-street_839833-24417.jpg"},
|
||||
{
|
||||
name: "Elena P.",
|
||||
handle: "@elena",
|
||||
testimonial: "Clear reporting and consistent growth.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/consultant-customer-meeting-cup-coffee_74855-1582.jpg",
|
||||
},
|
||||
name: "Elena P.", handle: "@elena", testimonial: "Clear reporting and consistent growth.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/consultant-customer-meeting-cup-coffee_74855-1582.jpg"},
|
||||
{
|
||||
name: "David W.",
|
||||
handle: "@david",
|
||||
testimonial: "Unmatched expertise in our niche.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg",
|
||||
},
|
||||
name: "David W.", handle: "@david", testimonial: "Unmatched expertise in our niche.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Strategy Call",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Strategy Call", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg",
|
||||
alt: "Portrait 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", alt: "Portrait 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-businessman-glasses-looking-satisfied-smiling-holding-hands-waist-standing-w_1258-113634.jpg",
|
||||
alt: "Portrait 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-businessman-glasses-looking-satisfied-smiling-holding-hands-waist-standing-w_1258-113634.jpg", alt: "Portrait 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-grey-jacket-laughing-brown-background-cheerful-young-girl-oversize-stylish-suit-smiles-poses-isolated_197531-18578.jpg",
|
||||
alt: "Portrait 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-grey-jacket-laughing-brown-background-cheerful-young-girl-oversize-stylish-suit-smiles-poses-isolated_197531-18578.jpg", alt: "Portrait 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-elegant-businesswoman-with-copy-space_23-2148788835.jpg",
|
||||
alt: "Portrait 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-elegant-businesswoman-with-copy-space_23-2148788835.jpg", alt: "Portrait 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
|
||||
alt: "Portrait 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", alt: "Portrait 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Google Partner Certified",
|
||||
},
|
||||
type: "text", text: "Google Partner Certified"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Data-Driven Strategy",
|
||||
},
|
||||
type: "text", text: "Data-Driven Strategy"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Scalable Growth",
|
||||
},
|
||||
type: "text", text: "Scalable Growth"},
|
||||
{
|
||||
type: "text",
|
||||
text: "High ROAS Focus",
|
||||
},
|
||||
type: "text", text: "High ROAS Focus"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Industry Experts",
|
||||
},
|
||||
type: "text", text: "Industry Experts"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -161,14 +108,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Founded on Results, Driven by Data"
|
||||
description={[
|
||||
"At AgencyFlow, we bridge the gap between complex digital data and actionable business outcomes. Our team specializes in hyper-growth strategies for US markets.",
|
||||
"We believe that marketing isn't just about traffic—it's about revenue, market position, and long-term brand equity.",
|
||||
]}
|
||||
"At AgencyFlow, we bridge the gap between complex digital data and actionable business outcomes. Our team specializes in hyper-growth strategies for US markets.", "We believe that marketing isn't just about traffic—it's about revenue, market position, and long-term brand equity."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn About Our Process",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Learn About Our Process", href: "#features"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -181,20 +124,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "SEO Strategy",
|
||||
description: "Dominate search engine rankings with content that converts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/innovation-development-rocket-graphic-concept_53876-120019.jpg",
|
||||
},
|
||||
title: "SEO Strategy", description: "Dominate search engine rankings with content that converts.", imageSrc: "http://img.b2bpic.net/free-photo/innovation-development-rocket-graphic-concept_53876-120019.jpg"},
|
||||
{
|
||||
title: "Paid Media (PPC)",
|
||||
description: "High-intent ad campaigns that maximize your ROI.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-designs-collection_1209-103.jpg",
|
||||
},
|
||||
title: "Paid Media (PPC)", description: "High-intent ad campaigns that maximize your ROI.", imageSrc: "http://img.b2bpic.net/free-vector/business-designs-collection_1209-103.jpg"},
|
||||
{
|
||||
title: "Content Marketing",
|
||||
description: "Authority-building content that speaks to your users.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-light-bulb-with-idea-text-card_23-2147865432.jpg",
|
||||
},
|
||||
title: "Content Marketing", description: "Authority-building content that speaks to your users.", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-light-bulb-with-idea-text-card_23-2147865432.jpg"},
|
||||
]}
|
||||
title="Our Specialized Agency Services"
|
||||
description="Comprehensive marketing solutions tailored to exceed your growth targets."
|
||||
@@ -209,20 +143,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "450%",
|
||||
description: "Average Lead Growth",
|
||||
},
|
||||
id: "m1", value: "450%", description: "Average Lead Growth"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "3.2x",
|
||||
description: "ROAS Improvement",
|
||||
},
|
||||
id: "m2", value: "3.2x", description: "ROAS Improvement"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "85+",
|
||||
description: "Happy Clients",
|
||||
},
|
||||
id: "m3", value: "85+", description: "Happy Clients"},
|
||||
]}
|
||||
title="Measurable Agency Impact"
|
||||
description="We focus on key metrics that actually move the needle for your business."
|
||||
@@ -234,14 +159,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"TechCorp",
|
||||
"GrowthCo",
|
||||
"InnovationLab",
|
||||
"Nexus",
|
||||
"Streamline",
|
||||
"Visionary",
|
||||
"Apex",
|
||||
]}
|
||||
"TechCorp", "GrowthCo", "InnovationLab", "Nexus", "Streamline", "Visionary", "Apex"]}
|
||||
title="Trusted by Market Leaders"
|
||||
description="Partnering with industry pioneers across North America."
|
||||
/>
|
||||
@@ -252,30 +170,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-freelancer-dressed-casual-t-shirt-sitting-front-laptop-looking-smiling-with-cheerful-expression-after-successful-morning-work-enjoying-sunny-day-outdoor-cafe_273609-6602.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-freelancer-dressed-casual-t-shirt-sitting-front-laptop-looking-smiling-with-cheerful-expression-after-successful-morning-work-enjoying-sunny-day-outdoor-cafe_273609-6602.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mike D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg",
|
||||
},
|
||||
id: "2", name: "Mike D.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily C.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg",
|
||||
},
|
||||
id: "3", name: "Emily C.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert B.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mid-adult-businessman-sitting-office_1262-17133.jpg",
|
||||
},
|
||||
id: "4", name: "Robert B.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mid-adult-businessman-sitting-office_1262-17133.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda G.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg",
|
||||
},
|
||||
id: "5", name: "Linda G.", imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg"},
|
||||
]}
|
||||
cardTitle="Client Success Stories"
|
||||
cardTag="Results First"
|
||||
@@ -289,20 +192,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do you track ROI?",
|
||||
content: "We use proprietary dashboards that integrate directly into your CRM, providing real-time transparency.",
|
||||
},
|
||||
id: "q1", title: "How do you track ROI?", content: "We use proprietary dashboards that integrate directly into your CRM, providing real-time transparency."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What is your onboarding process?",
|
||||
content: "Our 14-day onboarding ensures full alignment, audit completion, and strategy deployment.",
|
||||
},
|
||||
id: "q2", title: "What is your onboarding process?", content: "Our 14-day onboarding ensures full alignment, audit completion, and strategy deployment."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can you handle smaller budgets?",
|
||||
content: "Yes, we have tiered growth packages designed for startups as well as large-scale enterprise solutions.",
|
||||
},
|
||||
id: "q3", title: "Can you handle smaller budgets?", content: "Yes, we have tiered growth packages designed for startups as well as large-scale enterprise solutions."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/awareness-campaign-brand-marketing-banner_107791-10847.jpg"
|
||||
title="Common Agency FAQs"
|
||||
@@ -319,22 +213,14 @@ export default function LandingPage() {
|
||||
description="Send us your details and our team will prepare a growth audit for your current marketing strategy."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Business Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Business Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "What are your growth goals?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "What are your growth goals?", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-posing-outdoors_23-2149405904.jpg"
|
||||
/>
|
||||
@@ -347,14 +233,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "#", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "#",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "#", ariaLabel: "LinkedIn"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user