Merge version_1 into main #2
176
src/app/page.tsx
176
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Pulse Media"
|
||||
/>
|
||||
@@ -56,31 +48,20 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Scale Your Influence with Pulse Media"
|
||||
description="We blend data-driven strategy with creative storytelling to accelerate your brand's digital growth. Your vision, amplified."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-background-with-connecting-dots_1048-8571.jpg?_wi=1",
|
||||
imageAlt: "digital growth concept dark",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-background-with-connecting-dots_1048-8571.jpg", imageAlt: "digital growth concept dark"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-monday-illustration_23-2151902744.jpg?_wi=1",
|
||||
imageAlt: "marketing dashboard ui futuristic",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-monday-illustration_23-2151902744.jpg", imageAlt: "marketing dashboard ui futuristic"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-floating-particles-black_1048-12513.jpg",
|
||||
imageAlt: "digital fluid wave dark",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-floating-particles-black_1048-12513.jpg", imageAlt: "digital fluid wave dark"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-optical-fibers-design_23-2148241325.jpg",
|
||||
imageAlt: "digital growth concept dark",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-optical-fibers-design_23-2148241325.jpg", imageAlt: "digital growth concept dark"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg",
|
||||
imageAlt: "marketing dashboard ui futuristic",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg", imageAlt: "marketing dashboard ui futuristic"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -91,14 +72,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"TechFlow",
|
||||
"GrowthGen",
|
||||
"NextScale",
|
||||
"TrendBound",
|
||||
"VibeCore",
|
||||
"LaunchPad",
|
||||
"DataWave",
|
||||
]}
|
||||
"TechFlow", "GrowthGen", "NextScale", "TrendBound", "VibeCore", "LaunchPad", "DataWave"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Driving engagement and revenue for the world's most innovative brands."
|
||||
/>
|
||||
@@ -109,18 +83,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Strategy First,",
|
||||
},
|
||||
type: "text", content: "Strategy First,"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-people-working-together_23-2149831296.jpg",
|
||||
alt: "creative team modern office",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/medium-shot-people-working-together_23-2149831296.jpg", alt: "creative team modern office"},
|
||||
{
|
||||
type: "text",
|
||||
content: "Creative Always.",
|
||||
},
|
||||
type: "text", content: "Creative Always."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -132,36 +99,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Social Strategy",
|
||||
description: "Tailored content plans based on real-time audience engagement data.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-lights-long-exposure-technique_53876-144333.jpg",
|
||||
imageAlt: "digital fluid wave dark",
|
||||
title: "Social Strategy", description: "Tailored content plans based on real-time audience engagement data.", bentoComponent: "reveal-icon", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Analytics Dashboard",
|
||||
description: "Deep insights to monitor ROI and reach effortlessly.",
|
||||
bentoComponent: "animated-bar-chart",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-background-with-connecting-dots_1048-8571.jpg?_wi=2",
|
||||
imageAlt: "digital fluid wave dark",
|
||||
},
|
||||
title: "Analytics Dashboard", description: "Deep insights to monitor ROI and reach effortlessly.", bentoComponent: "animated-bar-chart"},
|
||||
{
|
||||
title: "Community Growth",
|
||||
description: "Build authentic connections with automated moderation and engagement.",
|
||||
bentoComponent: "chat",
|
||||
aiIcon: MessageSquare,
|
||||
title: "Community Growth", description: "Build authentic connections with automated moderation and engagement.", bentoComponent: "chat", aiIcon: MessageSquare,
|
||||
userIcon: User,
|
||||
exchanges: [
|
||||
{
|
||||
userMessage: "How do we improve reach?",
|
||||
aiResponse: "Focus on high-velocity short-form content.",
|
||||
},
|
||||
userMessage: "How do we improve reach?", aiResponse: "Focus on high-velocity short-form content."},
|
||||
],
|
||||
placeholder: "Strategy assistant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-monday-illustration_23-2151902744.jpg?_wi=2",
|
||||
imageAlt: "digital fluid wave dark",
|
||||
},
|
||||
placeholder: "Strategy assistant"},
|
||||
]}
|
||||
title="Comprehensive Growth Suites"
|
||||
description="Powerful tools designed to manage, optimize, and scale your brand across every channel."
|
||||
@@ -175,31 +124,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "150M+",
|
||||
title: "Impressions Delivered",
|
||||
items: [
|
||||
"Across all channels",
|
||||
"Real-time tracking",
|
||||
],
|
||||
id: "m1", value: "150M+", title: "Impressions Delivered", items: [
|
||||
"Across all channels", "Real-time tracking"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "45%",
|
||||
title: "Average Engagement Lift",
|
||||
items: [
|
||||
"Data-driven optimization",
|
||||
"Conversion focus",
|
||||
],
|
||||
id: "m2", value: "45%", title: "Average Engagement Lift", items: [
|
||||
"Data-driven optimization", "Conversion focus"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Active Monitoring",
|
||||
items: [
|
||||
"Always-on support",
|
||||
"Swift resolution",
|
||||
],
|
||||
id: "m3", value: "24/7", title: "Active Monitoring", items: [
|
||||
"Always-on support", "Swift resolution"],
|
||||
},
|
||||
]}
|
||||
title="Impact at Scale"
|
||||
@@ -215,25 +149,15 @@ export default function LandingPage() {
|
||||
author="Sarah Jenkins, CMO of InnovateX"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg",
|
||||
alt: "portrait diverse businessman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg", alt: "portrait diverse businessman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-darkroom_23-2149893830.jpg",
|
||||
alt: "creative director portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-darkroom_23-2149893830.jpg", alt: "creative director portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-interesting-reddish-man-posing-with-coffee_158595-3760.jpg",
|
||||
alt: "portrait young founder",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-interesting-reddish-man-posing-with-coffee_158595-3760.jpg", alt: "portrait young founder"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285308.jpg",
|
||||
alt: "portrait designer expert",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285308.jpg", alt: "portrait designer expert"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-black-blazer-portrait_23-2152009548.jpg",
|
||||
alt: "portrait business strategist",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-black-blazer-portrait_23-2152009548.jpg", alt: "portrait business strategist"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -246,20 +170,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do you measure success?",
|
||||
content: "We use custom KPI trackers aligned with your unique business goals.",
|
||||
},
|
||||
id: "q1", title: "How do you measure success?", content: "We use custom KPI trackers aligned with your unique business goals."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can you handle short-form content?",
|
||||
content: "Yes, our team specializes in TikTok, Reels, and YouTube Shorts.",
|
||||
},
|
||||
id: "q2", title: "Can you handle short-form content?", content: "Yes, our team specializes in TikTok, Reels, and YouTube Shorts."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What's the onboarding timeline?",
|
||||
content: "Our typical setup phase takes 5-7 business days for full integration.",
|
||||
},
|
||||
id: "q3", title: "What's the onboarding timeline?", content: "Our typical setup phase takes 5-7 business days for full integration."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Clear answers to help you understand our agency process."
|
||||
@@ -271,8 +186,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get Started"
|
||||
title="Ready to Pulse Forward?"
|
||||
description="Sign up for a free strategy consultation today."
|
||||
@@ -286,29 +200,19 @@ export default function LandingPage() {
|
||||
logoText="Pulse Media"
|
||||
columns={[
|
||||
{
|
||||
title: "Agency",
|
||||
items: [
|
||||
title: "Agency", items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
{
|
||||
label: "Case Studies",
|
||||
href: "#",
|
||||
},
|
||||
label: "Case Studies", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user