Merge version_1 into main #2
290
src/app/page.tsx
290
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Pricing", id: "#pricing" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
brandName="PulseAgency"
|
||||
/>
|
||||
@@ -53,77 +41,31 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="We scale your brand's presence."
|
||||
description="Stop guessing your social strategy. We deliver data-driven results that convert followers into loyal customers through expert content, engagement, and paid ads."
|
||||
kpis={[
|
||||
{
|
||||
value: "200%+",
|
||||
label: "Avg. Growth",
|
||||
},
|
||||
{
|
||||
value: "1M+",
|
||||
label: "Reach Delivered",
|
||||
},
|
||||
{
|
||||
value: "50+",
|
||||
label: "Active Brands",
|
||||
},
|
||||
{ value: "200%+", label: "Avg. Growth" },
|
||||
{ value: "1M+", label: "Reach Delivered" },
|
||||
{ value: "50+", label: "Active Brands" }
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg",
|
||||
alt: "Client A",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9486.jpg",
|
||||
alt: "Client B",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sad-gloomy-office-manage-frowning-standing-tired-against-white-background_1258-113713.jpg",
|
||||
alt: "Client C",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bearded-grey-haired-elderly-man-wearing-formal-suit_273609-5594.jpg",
|
||||
alt: "Client D",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-avantgarde-head-piece_23-2149020821.jpg",
|
||||
alt: "Client E",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg", alt: "Client A" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9486.jpg", alt: "Client B" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/sad-gloomy-office-manage-frowning-standing-tired-against-white-background_1258-113713.jpg", alt: "Client C" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/bearded-grey-haired-elderly-man-wearing-formal-suit_273609-5594.jpg", alt: "Client D" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-avantgarde-head-piece_23-2149020821.jpg", alt: "Client E" }
|
||||
]}
|
||||
avatarText="Trusted by 50+ industry leaders"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Social Strategy",
|
||||
icon: Rocket,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Creative Assets",
|
||||
icon: Palette,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Paid Media",
|
||||
icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Content Management",
|
||||
icon: MessageSquare,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Data Analytics",
|
||||
icon: BarChart,
|
||||
},
|
||||
{ type: "text-icon", text: "Social Strategy", icon: Rocket },
|
||||
{ type: "text-icon", text: "Creative Assets", icon: Palette },
|
||||
{ type: "text-icon", text: "Paid Media", icon: TrendingUp },
|
||||
{ type: "text-icon", text: "Content Management", icon: MessageSquare },
|
||||
{ type: "text-icon", text: "Data Analytics", icon: BarChart }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -133,21 +75,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Data-First Social Agency"
|
||||
metrics={[
|
||||
{
|
||||
icon: BarChart,
|
||||
label: "Strategy",
|
||||
value: "Insightful",
|
||||
},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
label: "Optimization",
|
||||
value: "Continuous",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Engagement",
|
||||
value: "Organic",
|
||||
},
|
||||
{ icon: BarChart, label: "Strategy", value: "Insightful" },
|
||||
{ icon: TrendingUp, label: "Optimization", value: "Continuous" },
|
||||
{ icon: Users, label: "Engagement", value: "Organic" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -160,47 +90,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Influencer Outreach",
|
||||
description: "Identify and collaborate with partners who authentically resonate with your audience.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=2",
|
||||
imageAlt: "Influencer",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=3",
|
||||
imageAlt: "Partner",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=4",
|
||||
imageAlt: "modern agency office workspace",
|
||||
title: "Influencer Outreach", description: "Identify and collaborate with partners who authentically resonate with your audience.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", imageAlt: "Influencer" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", imageAlt: "Partner" }
|
||||
},
|
||||
{
|
||||
title: "Creative Production",
|
||||
description: "High-conversion assets from viral short-form video to static designs.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=5",
|
||||
imageAlt: "Content",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=6",
|
||||
imageAlt: "Design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-correct-sign-best-quality-assurance-guarantee-product-iso-service-concept_616485-97.jpg",
|
||||
imageAlt: "minimalist growth analytics icon",
|
||||
title: "Creative Production", description: "High-conversion assets from viral short-form video to static designs.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", imageAlt: "Content" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", imageAlt: "Design" }
|
||||
},
|
||||
{
|
||||
title: "Paid Ads Mastery",
|
||||
description: "Advanced targeting that turns every dollar into measurable acquisition revenue.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=7",
|
||||
imageAlt: "Ads",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=8",
|
||||
imageAlt: "Revenue",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg?_wi=1",
|
||||
imageAlt: "professional headshot female",
|
||||
},
|
||||
title: "Paid Ads Mastery", description: "Advanced targeting that turns every dollar into measurable acquisition revenue.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", imageAlt: "Ads" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", imageAlt: "Revenue" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
title="What We Deliver"
|
||||
@@ -212,31 +112,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9486.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rose",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sad-gloomy-office-manage-frowning-standing-tired-against-white-background_1258-113713.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-grey-haired-elderly-man-wearing-formal-suit_273609-5594.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alex Smith",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-avantgarde-head-piece_23-2149020821.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg" },
|
||||
{ id: "2", name: "James Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9486.jpg" },
|
||||
{ id: "3", name: "Emily Rose", imageSrc: "http://img.b2bpic.net/free-photo/sad-gloomy-office-manage-frowning-standing-tired-against-white-background_1258-113713.jpg" },
|
||||
{ id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/bearded-grey-haired-elderly-man-wearing-formal-suit_273609-5594.jpg" },
|
||||
{ id: "5", name: "Alex Smith", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-avantgarde-head-piece_23-2149020821.jpg" }
|
||||
]}
|
||||
cardTitle="Client Results"
|
||||
cardTag="Proof of Work"
|
||||
@@ -251,56 +131,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
tag: "Essentials",
|
||||
price: "$2,500",
|
||||
period: "/mo",
|
||||
description: "Foundation for emerging brands.",
|
||||
button: {
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Included",
|
||||
features: [
|
||||
"Content Strategy",
|
||||
"2 Weekly Posts",
|
||||
"Community Mgmt",
|
||||
],
|
||||
id: "starter", tag: "Essentials", price: "$2,500", period: "/mo", description: "Foundation for emerging brands.", button: { text: "Get Started", href: "#contact" },
|
||||
featuresTitle: "Included", features: ["Content Strategy", "2 Weekly Posts", "Community Mgmt"]
|
||||
},
|
||||
{
|
||||
id: "growth",
|
||||
tag: "Growth",
|
||||
price: "$5,000",
|
||||
period: "/mo",
|
||||
description: "Rapid scaling and paid reach.",
|
||||
button: {
|
||||
text: "Select Growth",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Everything in Starter Plus:",
|
||||
features: [
|
||||
"Video Production",
|
||||
"Paid Ads Mgmt",
|
||||
"Weekly Reporting",
|
||||
],
|
||||
id: "growth", tag: "Growth", price: "$5,000", period: "/mo", description: "Rapid scaling and paid reach.", button: { text: "Select Growth", href: "#contact" },
|
||||
featuresTitle: "Everything in Starter Plus:", features: ["Video Production", "Paid Ads Mgmt", "Weekly Reporting"]
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
tag: "Custom",
|
||||
price: "Custom",
|
||||
period: "On Request",
|
||||
description: "Full agency dedicated support.",
|
||||
button: {
|
||||
text: "Let's Talk",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Custom Strategy Includes:",
|
||||
features: [
|
||||
"Multi-Channel Ads",
|
||||
"Full Creative Studio",
|
||||
"Dedicated Success Mgr",
|
||||
],
|
||||
},
|
||||
id: "enterprise", tag: "Custom", price: "Custom", period: "On Request", description: "Full agency dedicated support.", button: { text: "Let's Talk", href: "#contact" },
|
||||
featuresTitle: "Custom Strategy Includes:", features: ["Multi-Channel Ads", "Full Creative Studio", "Dedicated Success Mgr"]
|
||||
}
|
||||
]}
|
||||
title="Flexible Growth Tiers"
|
||||
description="Choose the level of intensity your current scaling stage requires."
|
||||
@@ -313,21 +154,10 @@ export default function LandingPage() {
|
||||
title="Ready to scale?"
|
||||
description="Let's discuss how we can build your brand's authority today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "email", type: "email", placeholder: "Email Address" }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your brand...",
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your brand..." }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-ring-binder_23-2149568988.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -337,31 +167,17 @@ export default function LandingPage() {
|
||||
logoText="PulseAgency"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Strategy",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Ads",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Services", items: [
|
||||
{ label: "Strategy", href: "#services" },
|
||||
{ label: "Ads", href: "#services" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 PulseAgency. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user