Merge version_1 into main #1
280
src/app/page.tsx
280
src/app/page.tsx
@@ -33,34 +33,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Results",
|
||||
id: "#results",
|
||||
},
|
||||
name: "Results", id: "#results"},
|
||||
{
|
||||
name: "Clients",
|
||||
id: "#clients",
|
||||
},
|
||||
name: "Clients", id: "#clients"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Started", href: "#contact"}}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=it80bl"
|
||||
brandName="Apex Social"
|
||||
/>
|
||||
@@ -70,52 +56,26 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
imagePosition="right"
|
||||
title="Amplify Your Brand, Ignite Your Audience."
|
||||
description="We are a full-service social media agency dedicated to crafting compelling narratives and driving measurable results for businesses like yours."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Chen",
|
||||
handle: "@TechGrowth",
|
||||
testimonial: "Apex Social transformed our online presence. Their strategic approach doubled our engagement in just three months!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg",
|
||||
imageAlt: "Sarah Chen",
|
||||
},
|
||||
name: "Sarah Chen", handle: "@TechGrowth", testimonial: "Apex Social transformed our online presence. Their strategic approach doubled our engagement in just three months!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg", imageAlt: "Sarah Chen"},
|
||||
{
|
||||
name: "Mark Davis",
|
||||
handle: "@InnovateNow",
|
||||
testimonial: "The content Apex Social created was exceptional. We saw a significant increase in lead generation through social channels.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-tablet_23-2149442286.jpg",
|
||||
imageAlt: "Mark Davis",
|
||||
},
|
||||
name: "Mark Davis", handle: "@InnovateNow", testimonial: "The content Apex Social created was exceptional. We saw a significant increase in lead generation through social channels.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-tablet_23-2149442286.jpg", imageAlt: "Mark Davis"},
|
||||
{
|
||||
name: "Emily White",
|
||||
handle: "@RetailVista",
|
||||
testimonial: "Their team is incredibly responsive and creative. Our brand voice finally shines through across all platforms.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-with-coffee-hands-emotion-concept-emotion-happiness_169016-66303.jpg",
|
||||
imageAlt: "Emily White",
|
||||
},
|
||||
name: "Emily White", handle: "@RetailVista", testimonial: "Their team is incredibly responsive and creative. Our brand voice finally shines through across all platforms.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-with-coffee-hands-emotion-concept-emotion-happiness_169016-66303.jpg", imageAlt: "Emily White"},
|
||||
{
|
||||
name: "John Smith",
|
||||
handle: "@GlobalBiz",
|
||||
testimonial: "Choosing Apex Social was the best decision for our growth. Their insights and execution are unparalleled.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/afroamerican-businessman-wearing-headphones_23-2148508923.jpg",
|
||||
imageAlt: "John Smith",
|
||||
},
|
||||
name: "John Smith", handle: "@GlobalBiz", testimonial: "Choosing Apex Social was the best decision for our growth. Their insights and execution are unparalleled.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/afroamerican-businessman-wearing-headphones_23-2148508923.jpg", imageAlt: "John Smith"},
|
||||
{
|
||||
name: "David Green",
|
||||
handle: "@InnovateLead",
|
||||
testimonial: "Apex Social's data-driven approach truly elevated our brand's voice and reach. Exceptional results!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-businessman-close-up_23-2148746290.jpg",
|
||||
imageAlt: "David Green",
|
||||
},
|
||||
name: "David Green", handle: "@InnovateLead", testimonial: "Apex Social's data-driven approach truly elevated our brand's voice and reach. Exceptional results!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-businessman-close-up_23-2148746290.jpg", imageAlt: "David Green"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
tag="Social Media Experts"
|
||||
@@ -123,13 +83,9 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Services", href: "#services"},
|
||||
{
|
||||
text: "Book a Free Consult",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Free Consult", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/graphic-having-discussion-office_1170-1763.jpg"
|
||||
@@ -144,14 +100,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Crafting Digital Presence, Delivering Real Impact."
|
||||
description={[
|
||||
"At Apex Social, we believe in the power of authentic storytelling and data-driven strategies to connect brands with their ideal audiences. We're not just managing your social media; we're building communities, sparking conversations, and driving tangible business growth.",
|
||||
"Our team of seasoned strategists, creative content producers, and performance marketers work in synergy to ensure your brand stands out in a crowded digital landscape. From audience research to campaign execution, we handle every aspect of your social journey with precision and passion.",
|
||||
]}
|
||||
"At Apex Social, we believe in the power of authentic storytelling and data-driven strategies to connect brands with their ideal audiences. We're not just managing your social media; we're building communities, sparking conversations, and driving tangible business growth.", "Our team of seasoned strategists, creative content producers, and performance marketers work in synergy to ensure your brand stands out in a crowded digital landscape. From audience research to campaign execution, we handle every aspect of your social journey with precision and passion."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#team",
|
||||
},
|
||||
text: "Our Story", href: "#team"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
showBorder={false}
|
||||
@@ -165,45 +117,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "strategy",
|
||||
title: "Strategic Consulting",
|
||||
tags: [
|
||||
"Planning",
|
||||
"Analysis",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-friends-searching-laptop-information-study-session_23-2149285404.jpg",
|
||||
imageAlt: "Strategic planning on a whiteboard",
|
||||
},
|
||||
id: "strategy", title: "Strategic Consulting", tags: [
|
||||
"Planning", "Analysis"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-friends-searching-laptop-information-study-session_23-2149285404.jpg", imageAlt: "Strategic planning on a whiteboard"},
|
||||
{
|
||||
id: "content",
|
||||
title: "Content Creation",
|
||||
tags: [
|
||||
"Visuals",
|
||||
"Copywriting",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-graphic-designers-showing-pictures-his-coworkers-camera_1170-986.jpg",
|
||||
imageAlt: "Creative content studio setup",
|
||||
},
|
||||
id: "content", title: "Content Creation", tags: [
|
||||
"Visuals", "Copywriting"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-graphic-designers-showing-pictures-his-coworkers-camera_1170-986.jpg", imageAlt: "Creative content studio setup"},
|
||||
{
|
||||
id: "ads",
|
||||
title: "Paid Social Campaigns",
|
||||
tags: [
|
||||
"Targeting",
|
||||
"ROI",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg",
|
||||
imageAlt: "Digital advertising dashboard",
|
||||
},
|
||||
id: "ads", title: "Paid Social Campaigns", tags: [
|
||||
"Targeting", "ROI"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg", imageAlt: "Digital advertising dashboard"},
|
||||
{
|
||||
id: "growth",
|
||||
title: "Community Growth",
|
||||
tags: [
|
||||
"Engagement",
|
||||
"Advocacy",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-colorful-shapes_23-2148879428.jpg",
|
||||
imageAlt: "Growth chart showing increasing metrics",
|
||||
},
|
||||
id: "growth", title: "Community Growth", tags: [
|
||||
"Engagement", "Advocacy"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-colorful-shapes_23-2148879428.jpg", imageAlt: "Growth chart showing increasing metrics"},
|
||||
]}
|
||||
title="Our Core Services"
|
||||
description="Unlock your brand's full potential with our comprehensive suite of social media marketing solutions."
|
||||
@@ -220,23 +148,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "engagement",
|
||||
icon: Users,
|
||||
title: "Engagement Rate",
|
||||
value: "25%+",
|
||||
},
|
||||
id: "engagement", icon: Users,
|
||||
title: "Engagement Rate", value: "25%+"},
|
||||
{
|
||||
id: "reach",
|
||||
icon: Globe,
|
||||
title: "Audience Reach",
|
||||
value: "2M+",
|
||||
},
|
||||
id: "reach", icon: Globe,
|
||||
title: "Audience Reach", value: "2M+"},
|
||||
{
|
||||
id: "roi",
|
||||
icon: DollarSign,
|
||||
title: "Client ROI",
|
||||
value: "3.5x",
|
||||
},
|
||||
id: "roi", icon: DollarSign,
|
||||
title: "Client ROI", value: "3.5x"},
|
||||
]}
|
||||
title="Measurable Impact, Real Results."
|
||||
description="Our strategies are built on data, driving unparalleled growth and delivering significant returns for our partners."
|
||||
@@ -251,14 +170,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"TechInnovate",
|
||||
"FashionForward",
|
||||
"GourmetEats",
|
||||
"PrimeEstate",
|
||||
"FitLife",
|
||||
"GlamBeauty",
|
||||
"EduConnect",
|
||||
]}
|
||||
"TechInnovate", "FashionForward", "GourmetEats", "PrimeEstate", "FitLife", "GlamBeauty", "EduConnect"]}
|
||||
title="Trusted by Leading Brands."
|
||||
description="We partner with diverse businesses to elevate their social presence and achieve their marketing objectives."
|
||||
speed={40}
|
||||
@@ -274,25 +186,15 @@ export default function LandingPage() {
|
||||
author="Dr. Alex Lee, Founder of Quantum Insights"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
alt: "Sarah Chen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "Sarah Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg",
|
||||
alt: "Mark Davis",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", alt: "Mark Davis"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-confident-senior-woman_23-2149304633.jpg",
|
||||
alt: "Emily White",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-confident-senior-woman_23-2149304633.jpg", alt: "Emily White"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
|
||||
alt: "John Smith",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", alt: "John Smith"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285285.jpg",
|
||||
alt: "Chris Evans",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285285.jpg", alt: "Chris Evans"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -306,37 +208,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "leadership",
|
||||
groupTitle: "Meet Our Visionaries",
|
||||
members: [
|
||||
id: "leadership", groupTitle: "Meet Our Visionaries", members: [
|
||||
{
|
||||
id: "member-1",
|
||||
title: "Eleanor Vance",
|
||||
subtitle: "Chief Strategist",
|
||||
detail: "Over a decade of experience in digital strategy and brand growth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947439.jpg",
|
||||
imageAlt: "Eleanor Vance, Chief Strategist",
|
||||
},
|
||||
id: "member-1", title: "Eleanor Vance", subtitle: "Chief Strategist", detail: "Over a decade of experience in digital strategy and brand growth.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947439.jpg", imageAlt: "Eleanor Vance, Chief Strategist"},
|
||||
{
|
||||
id: "member-2",
|
||||
title: "Daniel Kim",
|
||||
subtitle: "Head of Content",
|
||||
detail: "Passionate about creating compelling narratives that captivate audiences.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-casual-shirt-standing-with-laptop-hands_93675-134479.jpg",
|
||||
imageAlt: "Daniel Kim, Head of Content",
|
||||
},
|
||||
id: "member-2", title: "Daniel Kim", subtitle: "Head of Content", detail: "Passionate about creating compelling narratives that captivate audiences.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-casual-shirt-standing-with-laptop-hands_93675-134479.jpg", imageAlt: "Daniel Kim, Head of Content"},
|
||||
{
|
||||
id: "member-3",
|
||||
title: "Olivia Grace",
|
||||
subtitle: "Performance Lead",
|
||||
detail: "Expert in optimizing campaigns for maximum ROI and audience reach.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-camera-with-crossed-arms-happy-confident-satisfied-expression-lateral-view_1194-633413.jpg",
|
||||
imageAlt: "Olivia Grace, Performance Lead",
|
||||
},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=it80bl",
|
||||
imageAlt: "young marketing director professional headshot",
|
||||
},
|
||||
id: "member-3", title: "Olivia Grace", subtitle: "Performance Lead", detail: "Expert in optimizing campaigns for maximum ROI and audience reach.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-camera-with-crossed-arms-happy-confident-satisfied-expression-lateral-view_1194-633413.jpg", imageAlt: "Olivia Grace, Performance Lead"},
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="The Faces Behind Your Success."
|
||||
description="Our diverse team of social media experts brings creativity, strategy, and passion to every project."
|
||||
@@ -350,8 +230,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Let's Connect"
|
||||
title="Ready to Elevate Your Social Presence?"
|
||||
description="Reach out to discuss your goals, get a custom quote, or simply learn more about how Apex Social can boost your brand."
|
||||
@@ -368,62 +247,37 @@ export default function LandingPage() {
|
||||
logoText="Apex Social"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Strategy",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Strategy", href: "#services"},
|
||||
{
|
||||
label: "Content",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Content", href: "#services"},
|
||||
{
|
||||
label: "Paid Media",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Paid Media", href: "#services"},
|
||||
{
|
||||
label: "Community Growth",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Community Growth", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Our Team", href: "#team"},
|
||||
{
|
||||
label: "Client Success",
|
||||
href: "#results",
|
||||
},
|
||||
label: "Client Success", href: "#results"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQs", href: "#"},
|
||||
{
|
||||
label: "Case Studies",
|
||||
href: "#",
|
||||
},
|
||||
label: "Case Studies", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user