Merge version_1 into main #1
177
src/app/page.tsx
177
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="AgencyFlow"
|
||||
/>
|
||||
@@ -55,32 +47,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Scale Your Brand Globally."
|
||||
description="We craft data-driven social media strategies that turn followers into customers. Elevate your presence with AgencyFlow."
|
||||
tag="Social Media Agency of the Year"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg",
|
||||
imageAlt: "Agency Dashboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg", imageAlt: "Agency Dashboard"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-group-asian-caucasian-young-creative-happy-enjoy_609648-2252.jpg",
|
||||
imageAlt: "Marketing Team",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg",
|
||||
imageAlt: "Digital tablet for online learning",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-displaying-business-analytics_482257-115250.jpg",
|
||||
imageAlt: "Laptop displaying business analytics",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg",
|
||||
imageAlt: "Close up of accounting sales statistics on computer display",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-group-asian-caucasian-young-creative-happy-enjoy_609648-2252.jpg", imageAlt: "Marketing Team"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -88,13 +63,9 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "View Case Studies",
|
||||
href: "#",
|
||||
},
|
||||
text: "View Case Studies", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,40 +76,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
tag: "Strategy",
|
||||
title: "Precision Targeting",
|
||||
subtitle: "Reach the right people",
|
||||
description: "Leverage advanced analytics to pinpoint your ideal customer segment with incredible accuracy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884882.jpg",
|
||||
},
|
||||
tag: "Strategy", title: "Precision Targeting", subtitle: "Reach the right people", description: "Leverage advanced analytics to pinpoint your ideal customer segment with incredible accuracy.", imageSrc: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884882.jpg"},
|
||||
{
|
||||
tag: "Content",
|
||||
title: "Creative Excellence",
|
||||
subtitle: "Content that converts",
|
||||
description: "Our studio creates world-class visual assets that resonate with your target audience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-girl-pressing-digital-screen-futuristic-technology_53876-119718.jpg",
|
||||
},
|
||||
tag: "Content", title: "Creative Excellence", subtitle: "Content that converts", description: "Our studio creates world-class visual assets that resonate with your target audience.", imageSrc: "http://img.b2bpic.net/free-photo/asian-girl-pressing-digital-screen-futuristic-technology_53876-119718.jpg"},
|
||||
{
|
||||
tag: "Automation",
|
||||
title: "Smart Scheduling",
|
||||
subtitle: "Always active",
|
||||
description: "Keep your brand presence constant across all time zones with our proprietary scheduling tech.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062944.jpg",
|
||||
},
|
||||
tag: "Automation", title: "Smart Scheduling", subtitle: "Always active", description: "Keep your brand presence constant across all time zones with our proprietary scheduling tech.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062944.jpg"},
|
||||
{
|
||||
tag: "Analytics",
|
||||
title: "Real-time Data",
|
||||
subtitle: "Insight-driven decisions",
|
||||
description: "Access deep-dive reports that empower your marketing team to make smarter moves every day.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg",
|
||||
},
|
||||
tag: "Analytics", title: "Real-time Data", subtitle: "Insight-driven decisions", description: "Access deep-dive reports that empower your marketing team to make smarter moves every day.", imageSrc: "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg"},
|
||||
{
|
||||
tag: "Performance",
|
||||
title: "Conversion Rate",
|
||||
subtitle: "Optimization at scale",
|
||||
description: "Continuous A/B testing and funnel optimization ensure you get the highest ROI possible.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-laptop-meeting_53876-64855.jpg",
|
||||
},
|
||||
tag: "Performance", title: "Conversion Rate", subtitle: "Optimization at scale", description: "Continuous A/B testing and funnel optimization ensure you get the highest ROI possible.", imageSrc: "http://img.b2bpic.net/free-photo/people-working-laptop-meeting_53876-64855.jpg"},
|
||||
]}
|
||||
title="Built for Growth"
|
||||
description="Powerful tools and strategies designed to maximize your digital performance."
|
||||
@@ -150,14 +96,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"TechCorp",
|
||||
"InnovateLab",
|
||||
"GrowthCo",
|
||||
"StartupXYZ",
|
||||
"BrandNext",
|
||||
"GlobalFlow",
|
||||
"PulseMarketing",
|
||||
]}
|
||||
"TechCorp", "InnovateLab", "GrowthCo", "StartupXYZ", "BrandNext", "GlobalFlow", "PulseMarketing"]}
|
||||
title="Working with industry leaders"
|
||||
description="Trusted by fast-growing startups and global enterprises."
|
||||
/>
|
||||
@@ -171,20 +110,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "150M+",
|
||||
description: "Total Reach Generated",
|
||||
},
|
||||
id: "m1", value: "150M+", description: "Total Reach Generated"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "340%",
|
||||
description: "Average ROI Increase",
|
||||
},
|
||||
id: "m2", value: "340%", description: "Average ROI Increase"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "850+",
|
||||
description: "Successful Campaigns",
|
||||
},
|
||||
id: "m3", value: "850+", description: "Successful Campaigns"},
|
||||
]}
|
||||
title="Proven Results"
|
||||
description="Numbers that speak for themselves."
|
||||
@@ -199,25 +129,15 @@ export default function LandingPage() {
|
||||
author="Sarah Johnson, CEO at TechCorp"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-people-posing-together_23-2149145127.jpg",
|
||||
alt: "Sarah Johnson",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-people-posing-together_23-2149145127.jpg", alt: "Sarah Johnson"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3796.jpg",
|
||||
alt: "Michael Chen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3796.jpg", alt: "Michael Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-hippie-angry-expression_1194-3931.jpg",
|
||||
alt: "Emily Rodriguez",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-hippie-angry-expression_1194-3931.jpg", alt: "Emily Rodriguez"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-smiling_23-2148431326.jpg",
|
||||
alt: "David Kim",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-smiling_23-2148431326.jpg", alt: "David Kim"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-young-dark-skinned-female-engineer-touching-lips-with-pen_273609-13917.jpg",
|
||||
alt: "Rachel Adams",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-young-dark-skinned-female-engineer-touching-lips-with-pen_273609-13917.jpg", alt: "Rachel Adams"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -230,20 +150,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How quickly can we start?",
|
||||
content: "Our onboarding process is optimized to get your first campaign live in under 7 business days.",
|
||||
},
|
||||
id: "f1", title: "How quickly can we start?", content: "Our onboarding process is optimized to get your first campaign live in under 7 business days."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Which platforms do you cover?",
|
||||
content: "We are specialists across Meta (IG/FB), TikTok, LinkedIn, and Pinterest.",
|
||||
},
|
||||
id: "f2", title: "Which platforms do you cover?", content: "We are specialists across Meta (IG/FB), TikTok, LinkedIn, and Pinterest."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you provide reports?",
|
||||
content: "Yes, you get access to a live, transparent dashboard updated in real-time.",
|
||||
},
|
||||
id: "f3", title: "Do you provide reports?", content: "Yes, you get access to a live, transparent dashboard updated in real-time."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/question-mark-sign-led-light-illustration_181624-56527.jpg"
|
||||
title="Frequently Asked Questions"
|
||||
@@ -257,8 +168,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Ready to get started?"
|
||||
description="Let's build your brand narrative."
|
||||
inputPlaceholder="Enter your work email address"
|
||||
@@ -271,42 +181,27 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Agency",
|
||||
items: [
|
||||
title: "Agency", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Strategy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Strategy", href: "#"},
|
||||
{
|
||||
label: "Social Ads",
|
||||
href: "#",
|
||||
},
|
||||
label: "Social Ads", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Case Studies",
|
||||
href: "#",
|
||||
},
|
||||
label: "Case Studies", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user