Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-18 11:33:54 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Results",
id: "#results",
},
name: "Results", id: "#results"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Agency X"
/>
@@ -55,62 +47,39 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "plain",
}}
variant: "plain"}}
title="Redefining Your Digital Presence"
description="We craft premium social media strategies for brands that demand excellence and results that scale beyond vanity metrics."
buttons={[
{
text: "Start Project",
href: "#contact",
},
text: "Start Project", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/driver-view-car-interior-hand-steering-wheel-speed-motion_169016-68523.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg",
alt: "Team member 1",
},
src: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", alt: "Team member 1"},
{
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
alt: "Team member 2",
},
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Team member 2"},
{
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
alt: "Team member 3",
},
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "Team member 3"},
{
src: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg",
alt: "Team member 4",
},
src: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg", alt: "Team member 4"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-drawing_23-2149445987.jpg",
alt: "Team member 5",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-drawing_23-2149445987.jpg", alt: "Team member 5"},
]}
avatarText="Trusted by 50+ global visionaries"
marqueeItems={[
{
type: "text",
text: "Strategy",
},
type: "text", text: "Strategy"},
{
type: "text",
text: "Growth",
},
type: "text", text: "Growth"},
{
type: "text",
text: "Creativity",
},
type: "text", text: "Creativity"},
{
type: "text",
text: "Analytics",
},
type: "text", text: "Analytics"},
{
type: "text",
text: "Influence",
},
type: "text", text: "Influence"},
]}
/>
</div>
@@ -121,9 +90,7 @@ export default function LandingPage() {
title="A Legacy of Creative Excellence"
buttons={[
{
text: "Our Approach",
href: "#services",
},
text: "Our Approach", href: "#services"},
]}
/>
</div>
@@ -134,20 +101,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Strategic Content",
description: "High-fidelity content strategy designed to convert audiences.",
imageSrc: "http://img.b2bpic.net/free-photo/branding-copyright-design-spaceship-graphic-concept_53876-124945.jpg",
},
title: "Strategic Content", description: "High-fidelity content strategy designed to convert audiences.", imageSrc: "http://img.b2bpic.net/free-photo/branding-copyright-design-spaceship-graphic-concept_53876-124945.jpg"},
{
title: "Data-Driven Growth",
description: "Precision tracking and analytics to ensure maximum ROI.",
imageSrc: "http://img.b2bpic.net/free-photo/graphic-tablet_1134-354.jpg",
},
title: "Data-Driven Growth", description: "Precision tracking and analytics to ensure maximum ROI.", imageSrc: "http://img.b2bpic.net/free-photo/graphic-tablet_1134-354.jpg"},
{
title: "Influencer Relations",
description: "Partnering with premium creators to amplify your message.",
imageSrc: "http://img.b2bpic.net/free-photo/youth-group-with-pop-inspired-background_23-2151494894.jpg",
},
title: "Influencer Relations", description: "Partnering with premium creators to amplify your message.", imageSrc: "http://img.b2bpic.net/free-photo/youth-group-with-pop-inspired-background_23-2151494894.jpg"},
]}
title="Strategic Creative Solutions"
description="High-impact services tailored to drive growth."
@@ -159,14 +117,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Innovate",
"GlobalScale",
"NextVenture",
"Nexus",
"Pixel",
"Stream",
"Velocity",
]}
"Innovate", "GlobalScale", "NextVenture", "Nexus", "Pixel", "Stream", "Velocity"]}
title="Trusted by Market Leaders"
description="Driving outcomes for world-class enterprises."
/>
@@ -179,20 +130,11 @@ export default function LandingPage() {
tag="Proven Results"
metrics={[
{
id: "m1",
value: "450%",
description: "Average Organic Reach Increase",
},
id: "m1", value: "450%", description: "Average Organic Reach Increase"},
{
id: "m2",
value: "3.2x",
description: "Conversion Rate Optimization",
},
id: "m2", value: "3.2x", description: "Conversion Rate Optimization"},
{
id: "m3",
value: "12k+",
description: "New High-Quality Leads",
},
id: "m3", value: "12k+", description: "New High-Quality Leads"},
]}
metricsAnimation="blur-reveal"
/>
@@ -204,47 +146,23 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={true}
description="Real results from our global partners."
testimonials={[
{
id: "t1",
name: "Sarah Miller",
role: "CEO",
company: "TechVision",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022640.jpg",
},
id: "t1", name: "Sarah Miller", role: "CEO", company: "TechVision", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022640.jpg"},
{
id: "t2",
name: "Marcus Chen",
role: "CMO",
company: "BrandFlow",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-work_23-2149713661.jpg",
},
id: "t2", name: "Marcus Chen", role: "CMO", company: "BrandFlow", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-work_23-2149713661.jpg"},
{
id: "t3",
name: "Elena Rodriguez",
role: "Founder",
company: "GrowthLabs",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-spectacles_1303-14468.jpg",
},
id: "t3", name: "Elena Rodriguez", role: "Founder", company: "GrowthLabs", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-spectacles_1303-14468.jpg"},
{
id: "t4",
name: "David Smith",
role: "Director",
company: "CreativeHub",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/african-guy-wears-trendy-wristwatch-posing-with-smile-near-beige-wall-outdoor-portrait-black-man-good-mood-standing-with-arms-crossed_197531-21794.jpg",
},
id: "t4", name: "David Smith", role: "Director", company: "CreativeHub", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/african-guy-wears-trendy-wristwatch-posing-with-smile-near-beige-wall-outdoor-portrait-black-man-good-mood-standing-with-arms-crossed_197531-21794.jpg"},
{
id: "t5",
name: "Jessica Lee",
role: "VP",
company: "InnovateNow",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-young-woman-posing-camera_1262-18333.jpg",
},
id: "t5", name: "Jessica Lee", role: "VP", company: "InnovateNow", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-young-woman-posing-camera_1262-18333.jpg"},
]}
title="What Our Partners Say"
/>
@@ -256,22 +174,14 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "How do you measure success?",
content: "We focus on conversion-based KPIs that align with your core business objectives.",
},
id: "f1", title: "How do you measure success?", content: "We focus on conversion-based KPIs that align with your core business objectives."},
{
id: "f2",
title: "Do you work with startups?",
content: "We partner with brands ready to invest in serious growth and scaling.",
},
id: "f2", title: "Do you work with startups?", content: "We partner with brands ready to invest in serious growth and scaling."},
{
id: "f3",
title: "What is the typical timeframe?",
content: "We see significant momentum build within the first 90 days of engagement.",
},
id: "f3", title: "What is the typical timeframe?", content: "We see significant momentum build within the first 90 days of engagement."},
]}
title="Frequently Asked Questions"
description="Everything you need to know about our approach."
faqsAnimation="blur-reveal"
/>
</div>
@@ -280,8 +190,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{
variant: "rotated-rays-animated",
}}
variant: "rotated-rays-animated"}}
tag="Get in touch"
title="Ready to Scale Your Brand?"
description="Let's discuss how we can elevate your social strategy."
@@ -293,42 +202,27 @@ export default function LandingPage() {
logoText="Agency X"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "Case Studies",
href: "#",
},
label: "Case Studies", href: "#"},
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
],
},
]}