Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-22 03:32:02 +00:00

View File

@@ -33,25 +33,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Growth",
id: "features",
},
name: "Growth", id: "features"},
{
name: "Results",
id: "metrics",
},
name: "Results", id: "metrics"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Nexus Media"
/>
@@ -61,100 +51,57 @@ export default function LandingPage() {
<HeroSplitTestimonial
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
imagePosition="right"
title="Scale Your Influence With Precision."
description="We craft bespoke social strategies designed to amplify your brand voice, drive meaningful engagement, and convert followers into loyal advocates."
testimonials={[
{
name: "Elena Vance",
handle: "@elena_v",
testimonial: "Nexus Media transformed our digital presence. Growth was immediate and consistent.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-drinking-coffee-caf_23-2147955295.jpg?_wi=1",
},
name: "Elena Vance", handle: "@elena_v", testimonial: "Nexus Media transformed our digital presence. Growth was immediate and consistent.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-drinking-coffee-caf_23-2147955295.jpg"},
{
name: "Marcus Thorne",
handle: "@mthorne",
testimonial: "The precision and analytical approach they bring to social is unparalleled.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg",
},
name: "Marcus Thorne", handle: "@mthorne", testimonial: "The precision and analytical approach they bring to social is unparalleled.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg"},
{
name: "Sarah Lee",
handle: "@slee_brands",
testimonial: "Finally, an agency that treats social as a true business channel, not just noise.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-sad-expression_1194-2739.jpg",
},
name: "Sarah Lee", handle: "@slee_brands", testimonial: "Finally, an agency that treats social as a true business channel, not just noise.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-sad-expression_1194-2739.jpg"},
{
name: "David Wu",
handle: "@davidwu",
testimonial: "Incredible communication and even better results. Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/male-painter-studio-using-watercolor-his-art_23-2150213627.jpg",
},
name: "David Wu", handle: "@davidwu", testimonial: "Incredible communication and even better results. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/male-painter-studio-using-watercolor-his-art_23-2150213627.jpg"},
{
name: "Jenny Chen",
handle: "@jennyspace",
testimonial: "Professional, strategic, and completely results-oriented. A perfect partner.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-sitting-chair_23-2150170385.jpg",
},
name: "Jenny Chen", handle: "@jennyspace", testimonial: "Professional, strategic, and completely results-oriented. A perfect partner.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-sitting-chair_23-2150170385.jpg"},
]}
buttons={[
{
text: "Start Growth",
href: "#contact",
},
text: "Start Growth", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/still-life-office-cleaning-process_23-2149343050.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/still-life-office-cleaning-process_23-2149343050.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/woman-working-from-home_23-2148916094.jpg",
alt: "Client 1",
},
src: "http://img.b2bpic.net/free-photo/woman-working-from-home_23-2148916094.jpg", alt: "Client 1"},
{
src: "http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826289.jpg",
alt: "Client 2",
},
src: "http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826289.jpg", alt: "Client 2"},
{
src: "http://img.b2bpic.net/free-photo/remote-employee-optimizing-market-performance-charts-home_482257-82913.jpg",
alt: "Client 3",
},
src: "http://img.b2bpic.net/free-photo/remote-employee-optimizing-market-performance-charts-home_482257-82913.jpg", alt: "Client 3"},
{
src: "http://img.b2bpic.net/free-photo/office-prepared-team-work-project_23-2149361630.jpg",
alt: "Client 4",
},
src: "http://img.b2bpic.net/free-photo/office-prepared-team-work-project_23-2149361630.jpg", alt: "Client 4"},
{
src: "http://img.b2bpic.net/free-photo/front-view-desk-concept-with-copy-space_23-2148459731.jpg",
alt: "Client 5",
},
src: "http://img.b2bpic.net/free-photo/front-view-desk-concept-with-copy-space_23-2148459731.jpg", alt: "Client 5"},
]}
avatarText="Trusted by 500+ global brands"
marqueeItems={[
{
type: "text",
text: "Audience Growth",
},
type: "text", text: "Audience Growth"},
{
type: "text",
text: "Engagement Optimization",
},
type: "text", text: "Engagement Optimization"},
{
type: "text",
text: "Conversion Analytics",
},
type: "text", text: "Conversion Analytics"},
{
type: "text",
text: "Content Strategy",
},
type: "text", text: "Content Strategy"},
{
type: "text",
text: "Brand Authority",
},
type: "text", text: "Brand Authority"},
]}
/>
</div>
@@ -166,19 +113,13 @@ export default function LandingPage() {
metrics={[
{
icon: Zap,
label: "Engagement Increase",
value: "240%",
},
label: "Engagement Increase", value: "240%"},
{
icon: Target,
label: "Leads Generated",
value: "15k+",
},
label: "Leads Generated", value: "15k+"},
{
icon: Award,
label: "Client Retention",
value: "98%",
},
label: "Client Retention", value: "98%"},
]}
metricsAnimation="blur-reveal"
/>
@@ -191,64 +132,43 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Precision Targeting",
description: "Reach your ideal demographic with laser-focused content alignment strategies.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-diverse-people-showing-pie-chart-tablet_53876-71499.jpg",
},
title: "Precision Targeting", description: "Reach your ideal demographic with laser-focused content alignment strategies.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-diverse-people-showing-pie-chart-tablet_53876-71499.jpg"},
items: [
{
icon: CheckCircle,
text: "Demographic Analysis",
},
text: "Demographic Analysis"},
{
icon: CheckCircle,
text: "Custom Content Streams",
},
text: "Custom Content Streams"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-cleaning-process_23-2149343050.jpg?_wi=2",
imageAlt: "social media growth analytics UI",
},
{
title: "Automated Engagement",
description: "Streamline communication with automated, human-centric responses and workflows.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg",
},
title: "Automated Engagement", description: "Streamline communication with automated, human-centric responses and workflows.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg"},
items: [
{
icon: CheckCircle,
text: "Response Automation",
},
text: "Response Automation"},
{
icon: CheckCircle,
text: "Brand Voice Consistency",
},
text: "Brand Voice Consistency"},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/executive-looking-some-information-digital-tablet_329181-10364.jpg?_wi=1",
imageAlt: "social media growth analytics UI",
},
{
title: "Performance Tracking",
description: "Real-time metrics that pivot strategies on the fly for optimal performance.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg",
},
title: "Performance Tracking", description: "Real-time metrics that pivot strategies on the fly for optimal performance.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg"},
items: [
{
icon: CheckCircle,
text: "Custom Reporting",
},
text: "Custom Reporting"},
{
icon: CheckCircle,
text: "ROI Attribution",
},
text: "ROI Attribution"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-drinking-coffee-caf_23-2147955295.jpg?_wi=2",
imageAlt: "social media growth analytics UI",
},
]}
title="Advanced Growth Systems"
@@ -259,29 +179,15 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics">
<MetricCardEleven
textboxLayout="default"
animationType="blur-reveal"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "1.2M",
title: "Reach",
description: "Combined impressions",
imageSrc: "http://img.b2bpic.net/free-photo/executive-looking-some-information-digital-tablet_329181-10364.jpg?_wi=2",
},
id: "m1", value: "1.2M", title: "Reach", description: "Combined impressions", imageSrc: "http://img.b2bpic.net/free-photo/executive-looking-some-information-digital-tablet_329181-10364.jpg"},
{
id: "m2",
value: "85%",
title: "Conversion Rate",
description: "From social traffic",
imageSrc: "http://img.b2bpic.net/free-photo/executive-assistant-looking-wristwatch-office-checking-time-working-after-hours-business-development-young-adult-analyzing-financial-statistics-computer-startup-growth_482257-63092.jpg",
},
id: "m2", value: "85%", title: "Conversion Rate", description: "From social traffic", imageSrc: "http://img.b2bpic.net/free-photo/executive-assistant-looking-wristwatch-office-checking-time-working-after-hours-business-development-young-adult-analyzing-financial-statistics-computer-startup-growth_482257-63092.jpg"},
{
id: "m3",
value: "4.2s",
title: "Response Time",
description: "Average inquiry speed",
imageSrc: "http://img.b2bpic.net/free-photo/woman-designer-with-musical-earphones-standing-office-holding-folder_1303-32105.jpg",
},
id: "m3", value: "4.2s", title: "Response Time", description: "Average inquiry speed", imageSrc: "http://img.b2bpic.net/free-photo/woman-designer-with-musical-earphones-standing-office-holding-folder_1303-32105.jpg"},
]}
title="Proven Performance Results"
description="Tracking the metrics that truly impact your bottom line."
@@ -293,14 +199,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Microsoft",
"Google",
"Amazon",
"Tesla",
"Adobe",
"Shopify",
"Slack",
]}
"Microsoft", "Google", "Amazon", "Tesla", "Adobe", "Shopify", "Slack"]}
title="Trusted by Industry Leaders"
description="Partnering with the world's most innovative brands to define the future of digital presence."
/>
@@ -310,50 +209,25 @@ export default function LandingPage() {
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="split"
showRating={true}
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Elena Vance",
handle: "@elena_v",
testimonial: "Nexus Media transformed our digital presence.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280737.jpg",
},
id: "t1", name: "Elena Vance", handle: "@elena_v", testimonial: "Nexus Media transformed our digital presence.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280737.jpg"},
{
id: "t2",
name: "Marcus Thorne",
handle: "@mthorne",
testimonial: "The analytical approach they bring is unparalleled.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-male-with-tattoos-arms-dressed-red-christmas-pants-using-tablet-pc-room-with-loft-interior_613910-14658.jpg",
},
id: "t2", name: "Marcus Thorne", handle: "@mthorne", testimonial: "The analytical approach they bring is unparalleled.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-male-with-tattoos-arms-dressed-red-christmas-pants-using-tablet-pc-room-with-loft-interior_613910-14658.jpg"},
{
id: "t3",
name: "Sarah Lee",
handle: "@slee_brands",
testimonial: "Treats social as a true business channel.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-business-woman-gray-background_1303-23146.jpg",
},
id: "t3", name: "Sarah Lee", handle: "@slee_brands", testimonial: "Treats social as a true business channel.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-business-woman-gray-background_1303-23146.jpg"},
{
id: "t4",
name: "David Wu",
handle: "@davidwu",
testimonial: "Incredible communication, better results.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hacker-secret-hideout-bypassing-firewalls-launching-ddos-attacks-websites-rogue_482257-135963.jpg",
},
id: "t4", name: "David Wu", handle: "@davidwu", testimonial: "Incredible communication, better results.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hacker-secret-hideout-bypassing-firewalls-launching-ddos-attacks-websites-rogue_482257-135963.jpg"},
{
id: "t5",
name: "Jenny Chen",
handle: "@jennyspace",
testimonial: "Professional, strategic, and results-oriented.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg",
},
id: "t5", name: "Jenny Chen", handle: "@jennyspace", testimonial: "Professional, strategic, and results-oriented.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg"},
]}
showRating={true}
title="Client Success Stories"
description="Don't just take our word for it — hear from those who have scaled their impact."
/>
@@ -365,25 +239,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "How do we measure ROI?",
content: "We utilize custom attribution dashboards that link social engagements to specific revenue milestones.",
},
id: "q1", title: "How do we measure ROI?", content: "We utilize custom attribution dashboards that link social engagements to specific revenue milestones."},
{
id: "q2",
title: "What platforms do you support?",
content: "Our expertise spans Instagram, TikTok, LinkedIn, Twitter, and professional community forums.",
},
id: "q2", title: "What platforms do you support?", content: "Our expertise spans Instagram, TikTok, LinkedIn, Twitter, and professional community forums."},
{
id: "q3",
title: "Is onboarding complex?",
content: "We offer a streamlined 5-day discovery process to get your accounts optimized and running smoothly.",
},
id: "q3", title: "Is onboarding complex?", content: "We offer a streamlined 5-day discovery process to get your accounts optimized and running smoothly."},
{
id: "q4",
title: "Do you provide content creation?",
content: "Yes, we handle end-to-end creative production including video, design, and strategic copywriting.",
},
id: "q4", title: "Do you provide content creation?", content: "Yes, we handle end-to-end creative production including video, design, and strategic copywriting."},
]}
title="Frequently Asked Questions"
description="Common inquiries about our strategy, onboarding process, and performance expectations."
@@ -395,8 +257,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
tag="Get Started"
title="Lets Elevate Your Brand"
description="Ready to scale your influence? Let's discuss a strategy custom-built for your business objectives."
@@ -407,59 +268,38 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
videoSrc="http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139262.jpg?_wi=1"
videoSrc="http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139262.jpg"
logoText="Nexus Media"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Strategy",
href: "#",
},
label: "Strategy", href: "#"},
{
label: "Growth",
href: "#",
},
label: "Growth", href: "#"},
{
label: "Content",
href: "#",
},
label: "Content", href: "#"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#",
},
label: "About", href: "#"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
{
label: "Contact",
href: "#",
},
label: "Contact", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
],
},
]}
imageSrc="http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139262.jpg?_wi=2"
imageAlt="abstract minimalist motion light"
/>
</div>
</ReactLenis>