Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-23 09:04:54 +00:00

View File

@@ -32,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "About",
id: "#about",
},
{
name: "Services",
id: "#features",
},
{
name: "Results",
id: "#metrics",
},
{
name: "Contact",
id: "#contact",
},
{ name: "About", id: "#about" },
{ name: "Services", id: "#features" },
{ name: "Results", id: "#metrics" },
{ name: "Contact", id: "#contact" },
]}
brandName="Pulse Media"
/>
@@ -58,64 +46,19 @@ export default function LandingPage() {
title="Redefining Social Energy"
description="We craft premium content that captivates, converts, and commands attention in the digital landscape."
testimonials={[
{
name: "Alex Rivers",
handle: "@arivers",
testimonial: "Pulse Media transformed our brand identity overnight. Incredible results.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-exhausted-workaholic-man-manager-typing-financial-strategy-using-laptop-computer-while-sitting-desk-table-business-company-office_482257-2321.jpg?_wi=1",
},
{
name: "Jordan Lee",
handle: "@jlee",
testimonial: "The energy they bring to every campaign is unmatched. Highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-team-waiting-someone-street-cafe_74855-1520.jpg",
},
{
name: "Sam Thorne",
handle: "@sthorne",
testimonial: "Data-driven creative that actually delivers ROI. Finally found our partner.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-office-by-window_1303-21128.jpg",
},
{
name: "Casey Day",
handle: "@cday",
testimonial: "Premium work, seamless communication, and explosive growth.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-gaze-bearded-man_482257-98427.jpg",
},
{
name: "Riley Quinn",
handle: "@rquinn",
testimonial: "They captured our vision better than we imagined. Pure brilliance.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
},
{ name: "Alex Rivers", handle: "@arivers", testimonial: "Pulse Media transformed our brand identity overnight. Incredible results.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-exhausted-workaholic-man-manager-typing-financial-strategy-using-laptop-computer-while-sitting-desk-table-business-company-office_482257-2321.jpg" },
{ name: "Jordan Lee", handle: "@jlee", testimonial: "The energy they bring to every campaign is unmatched. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-team-waiting-someone-street-cafe_74855-1520.jpg" },
{ name: "Sam Thorne", handle: "@sthorne", testimonial: "Data-driven creative that actually delivers ROI. Finally found our partner.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-office-by-window_1303-21128.jpg" },
{ name: "Casey Day", handle: "@cday", testimonial: "Premium work, seamless communication, and explosive growth.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-gaze-bearded-man_482257-98427.jpg" },
{ name: "Riley Quinn", handle: "@rquinn", testimonial: "They captured our vision better than we imagined. Pure brilliance.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg" },
]}
imageSrc="http://img.b2bpic.net/free-photo/dna-beautiful-background_1048-1497.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/dna-beautiful-background_1048-1497.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg",
alt: "Man in solar panels plant",
},
{
src: "http://img.b2bpic.net/free-photo/bearded-young-man-casual-shirt-standing-with-laptop-hands_93675-134479.jpg",
alt: "Bearded young man",
},
{
src: "http://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg",
alt: "Technician in data center",
},
{
src: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg",
alt: "Technician optimizing data center",
},
{
src: "http://img.b2bpic.net/free-photo/happy-cheerful-business-people-posing-office-hallway_1262-20204.jpg",
alt: "Happy cheerful business people",
},
{ src: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg", alt: "Man in solar panels plant" },
{ src: "http://img.b2bpic.net/free-photo/bearded-young-man-casual-shirt-standing-with-laptop-hands_93675-134479.jpg", alt: "Bearded young man" },
{ src: "http://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg", alt: "Technician in data center" },
{ src: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg", alt: "Technician optimizing data center" },
{ src: "http://img.b2bpic.net/free-photo/happy-cheerful-business-people-posing-office-hallway_1262-20204.jpg", alt: "Happy cheerful business people" },
]}
/>
</div>
@@ -124,12 +67,7 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="Our Approach to Premium Influence"
buttons={[
{
text: "Learn More",
href: "#",
},
]}
buttons={[{ text: "Learn More", href: "#" }]}
/>
</div>
@@ -139,30 +77,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
{
title: "Creative Strategy",
description: "Tailored content plans for maximum engagement.",
bentoComponent: "reveal-icon",
icon: Zap,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182514.jpg",
imageAlt: "Beautiful optical fiber detail",
},
{
title: "Advanced Analytics",
description: "Deep insights into audience behavior.",
bentoComponent: "reveal-icon",
icon: LineChart,
imageSrc: "http://img.b2bpic.net/free-photo/dna-beautiful-background_1048-1497.jpg?_wi=2",
imageAlt: "Beautiful optical fiber detail",
},
{
title: "Global Reach",
description: "Strategies to scale your brand internationally.",
bentoComponent: "reveal-icon",
icon: Globe,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-exhausted-workaholic-man-manager-typing-financial-strategy-using-laptop-computer-while-sitting-desk-table-business-company-office_482257-2321.jpg?_wi=2",
imageAlt: "Beautiful optical fiber detail",
},
{ title: "Creative Strategy", description: "Tailored content plans for maximum engagement.", bentoComponent: "reveal-icon", icon: Zap },
{ title: "Advanced Analytics", description: "Deep insights into audience behavior.", bentoComponent: "reveal-icon", icon: LineChart },
{ title: "Global Reach", description: "Strategies to scale your brand internationally.", bentoComponent: "reveal-icon", icon: Globe },
]}
title="Built for Impact"
description="Powerful tools and strategies designed to amplify your social presence."
@@ -176,27 +93,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "500%",
title: "Growth",
description: "Average audience increase",
icon: TrendingUp,
},
{
id: "m2",
value: "20M+",
title: "Impressions",
description: "Monthly brand reach",
icon: Eye,
},
{
id: "m3",
value: "85%",
title: "Engagement",
description: "Average campaign response",
icon: Heart,
},
{ id: "m1", value: "500%", title: "Growth", description: "Average audience increase", icon: TrendingUp },
{ id: "m2", value: "20M+", title: "Impressions", description: "Monthly brand reach", icon: Eye },
{ id: "m3", value: "85%", title: "Engagement", description: "Average campaign response", icon: Heart },
]}
title="Results in Numbers"
description="Proven performance for global brands."
@@ -210,21 +109,9 @@ export default function LandingPage() {
tag="Our Experts"
membersAnimation="slide-up"
members={[
{
id: "t1",
name: "Sarah Miller",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg",
},
{
id: "t2",
name: "David Chan",
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11594.jpg",
},
{
id: "t3",
name: "Elise Ford",
imageSrc: "http://img.b2bpic.net/free-photo/cool-man-posing-black-white-medium-shot_23-2149411426.jpg",
},
{ id: "t1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg" },
{ id: "t2", name: "David Chan", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11594.jpg" },
{ id: "t3", name: "Elise Ford", imageSrc: "http://img.b2bpic.net/free-photo/cool-man-posing-black-white-medium-shot_23-2149411426.jpg" },
]}
memberVariant="card"
/>
@@ -237,46 +124,11 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
role: "CEO",
company: "TechCorp",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-businessman-does-daily-tasks-corporate-job_482257-116713.jpg",
},
{
id: "2",
name: "Michael Chen",
role: "CTO",
company: "InnovateLab",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg",
},
{
id: "3",
name: "Emily Rodriguez",
role: "Marketing Director",
company: "GrowthCo",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-with-suit-posing-black-white-medium-shot_23-2149411400.jpg",
},
{
id: "4",
name: "David Kim",
role: "Product Manager",
company: "StartupXYZ",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/sad-dismissed-man-holding-box-with-belongings-after-being-fired-while-his-collegues-looking-hom-working-startup-office-businesspeople-brainstorming-ideas-developing-marketing-project_482257-40109.jpg",
},
{
id: "5",
name: "Laura Smith",
role: "Designer",
company: "CreativeFlow",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg",
},
{ id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-businessman-does-daily-tasks-corporate-job_482257-116713.jpg" },
{ id: "2", name: "Michael Chen", role: "CTO", company: "InnovateLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg" },
{ id: "3", name: "Emily Rodriguez", role: "Marketing Director", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-with-suit-posing-black-white-medium-shot_23-2149411400.jpg" },
{ id: "4", name: "David Kim", role: "Product Manager", company: "StartupXYZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sad-dismissed-man-holding-box-with-belongings-after-being-fired-while-his-collegues-looking-hom-working-startup-office-businesspeople-brainstorming-ideas-developing-marketing-project_482257-40109.jpg" },
{ id: "5", name: "Laura Smith", role: "Designer", company: "CreativeFlow", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg" },
]}
title="Loved by Creators"
description="Real stories from our partners."
@@ -287,21 +139,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "How do you measure success?",
content: "We track key metrics including reach, conversion rate, and sentiment.",
},
{
id: "f2",
title: "What platforms do you work with?",
content: "We specialize in all major social channels including LinkedIn, Twitter, and TikTok.",
},
{
id: "f3",
title: "Do you handle creative production?",
content: "Yes, we handle end-to-end production from concept to execution.",
},
{ id: "f1", title: "How do you measure success?", content: "We track key metrics including reach, conversion rate, and sentiment." },
{ id: "f2", title: "What platforms do you work with?", content: "We specialize in all major social channels including LinkedIn, Twitter, and TikTok." },
{ id: "f3", title: "Do you handle creative production?", content: "Yes, we handle end-to-end production from concept to execution." },
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
@@ -314,18 +154,8 @@ export default function LandingPage() {
title="Ready to Start?"
description="Let's amplify your brand."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
},
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
]}
imageSrc="http://img.b2bpic.net/free-photo/abstract-orange-glowing-lines-background_1017-3201.jpg"
/>
@@ -334,32 +164,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Pulse",
items: [
{
label: "Services",
href: "#",
},
{
label: "About",
href: "#",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy",
href: "#",
},
{
label: "Terms",
href: "#",
},
],
},
{ title: "Pulse", items: [{ label: "Services", href: "#" }, { label: "About", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
]}
bottomLeftText="© 2024 Pulse Media"
bottomRightText="All rights reserved"