Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
228
src/app/page.tsx
228
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Nexus Agency"
|
||||
/>
|
||||
@@ -55,39 +43,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background="gradient-bars"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Scale Your Business With Data-Driven Marketing."
|
||||
description="We help ambitious brands reach their target audience through strategic precision and creative execution."
|
||||
tag="Trusted Digital Agency"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get Started", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-trading-browsing-online-stock-investments-night_169016-48803.jpg",
|
||||
imageAlt: "digital marketing interface dark blue",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116602.jpg",
|
||||
imageAlt: "digital strategy app ui dark mode",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-technology-background_1017-3288.jpg",
|
||||
imageAlt: "Blue technology background",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/extreme-close-up-shot-worker-server-hub-using-tablet_482257-90062.jpg",
|
||||
imageAlt: "Extreme close up shot of worker in server hub using tablet",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-57872.jpg",
|
||||
imageAlt: "Computer in a dark room with graphs on the screen",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-trading-browsing-online-stock-investments-night_169016-48803.jpg", imageAlt: "digital marketing interface dark blue" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116602.jpg", imageAlt: "digital strategy app ui dark mode" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -102,21 +67,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "SEO Mastery",
|
||||
description: "Search rankings that drive consistent, high-intent traffic.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/search-icon-front-side_187299-39529.jpg",
|
||||
},
|
||||
{
|
||||
title: "Precision PPC",
|
||||
description: "High-converting ad campaigns that maximize your ROI.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/target-arrow-with-set-icons_24911-45506.jpg",
|
||||
},
|
||||
{
|
||||
title: "Social Growth",
|
||||
description: "Engagement-driven social strategies for modern brands.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-network-online-communication-connection_53876-13808.jpg",
|
||||
},
|
||||
{ title: "SEO Mastery", description: "Search rankings that drive consistent, high-intent traffic.", imageSrc: "http://img.b2bpic.net/free-photo/search-icon-front-side_187299-39529.jpg" },
|
||||
{ title: "Precision PPC", description: "High-converting ad campaigns that maximize your ROI.", imageSrc: "http://img.b2bpic.net/free-vector/target-arrow-with-set-icons_24911-45506.jpg" },
|
||||
{ title: "Social Growth", description: "Engagement-driven social strategies for modern brands.", imageSrc: "http://img.b2bpic.net/free-photo/global-network-online-communication-connection_53876-13808.jpg" }
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
description="We specialize in the high-impact areas that move the needle for your business."
|
||||
@@ -125,50 +78,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Jenkins",
|
||||
role: "CEO",
|
||||
company: "GrowthCorp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-adult-business-leader_1262-4819.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Thorne",
|
||||
role: "Director",
|
||||
company: "Innovate Ltd",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing-with-crossed-arms_23-2148095749.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rodriguez",
|
||||
role: "Marketing Lead",
|
||||
company: "TechStartup",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-black-jacket_613910-2534.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Wu",
|
||||
role: "Founder",
|
||||
company: "RetailPlus",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-thoughtful-stylish-businessman-with-serious-face-elegant-formal-suit-glasses-isolated-dark-background_613910-19557.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alice Cooper",
|
||||
role: "CMO",
|
||||
company: "Global Brands",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136872.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Jenkins", role: "CEO", company: "GrowthCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-adult-business-leader_1262-4819.jpg" },
|
||||
{ id: "2", name: "Marcus Thorne", role: "Director", company: "Innovate Ltd", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing-with-crossed-arms_23-2148095749.jpg" },
|
||||
{ id: "3", name: "Elena Rodriguez", role: "Marketing Lead", company: "TechStartup", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-black-jacket_613910-2534.jpg" },
|
||||
{ id: "4", name: "David Wu", role: "Founder", company: "RetailPlus", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-thoughtful-stylish-businessman-with-serious-face-elegant-formal-suit-glasses-isolated-dark-background_613910-19557.jpg" },
|
||||
{ id: "5", name: "Alice Cooper", role: "CMO", company: "Global Brands", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136872.jpg" }
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="See why top-tier businesses partner with us to scale their marketing ROI."
|
||||
@@ -180,13 +99,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"AlphaTech",
|
||||
"Global Solutions",
|
||||
"Innovate Lab",
|
||||
"Summit Brands",
|
||||
"Cloud Prime",
|
||||
"Analytics Co",
|
||||
"Design Studio",
|
||||
"AlphaTech", "Global Solutions", "Innovate Lab", "Summit Brands", "Cloud Prime", "Analytics Co", "Design Studio"
|
||||
]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="We partner with companies that are redefining their markets."
|
||||
@@ -206,30 +119,12 @@ export default function LandingPage() {
|
||||
<MetricCardOne
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "150%",
|
||||
title: "Avg. Revenue Growth",
|
||||
description: "Average increase for our clients annually.",
|
||||
icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "20K+",
|
||||
title: "Leads Generated",
|
||||
description: "High-quality conversions for our partners.",
|
||||
icon: Target,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "95%",
|
||||
title: "Client Retention",
|
||||
description: "Long-term relationships built on results.",
|
||||
icon: Award,
|
||||
},
|
||||
{ id: "m1", value: "150%", title: "Avg. Revenue Growth", description: "Average increase for our clients annually.", icon: TrendingUp },
|
||||
{ id: "m2", value: "20K+", title: "Leads Generated", description: "High-quality conversions for our partners.", icon: Target },
|
||||
{ id: "m3", value: "95%", title: "Client Retention", description: "Long-term relationships built on results.", icon: Award }
|
||||
]}
|
||||
title="Impact by Numbers"
|
||||
description="We don't just promise results; we prove them with clear metrics."
|
||||
@@ -241,21 +136,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do you measure success?",
|
||||
content: "We track real-time KPIs and provide monthly performance reports that highlight ROI and growth metrics.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are there long-term contracts?",
|
||||
content: "We offer flexible partnership models focused on driving growth, not locking you into lengthy commitments.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How do we get started?",
|
||||
content: "Simply fill out our consultation form, and we'll reach out to schedule a discovery call to audit your current strategy.",
|
||||
},
|
||||
{ id: "f1", title: "How do you measure success?", content: "We track real-time KPIs and provide monthly performance reports that highlight ROI and growth metrics." },
|
||||
{ id: "f2", title: "Are there long-term contracts?", content: "We offer flexible partnership models focused on driving growth, not locking you into lengthy commitments." },
|
||||
{ id: "f3", title: "How do we get started?", content: "Simply fill out our consultation form, and we'll reach out to schedule a discovery call to audit your current strategy." }
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Get clear answers about our process and how we help your brand scale."
|
||||
@@ -266,9 +149,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Get in Touch"
|
||||
title="Ready to Scale Your Brand?"
|
||||
description="Book your free strategy audit and see how we can transform your digital growth."
|
||||
@@ -284,52 +165,25 @@ export default function LandingPage() {
|
||||
logoText="Nexus Agency"
|
||||
columns={[
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
{
|
||||
label: "SEO Services",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "PPC Ad Management",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Social Growth",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Solutions", items: [
|
||||
{ label: "SEO Services", href: "#" },
|
||||
{ label: "PPC Ad Management", href: "#" },
|
||||
{ label: "Social Growth", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Case Studies",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Case Studies", href: "#" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2025 Nexus Agency | All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user