6 Commits

Author SHA1 Message Date
9a824fa489 Merge version_2 into main
Merge version_2 into main
2026-03-25 05:01:03 +00:00
63f0d10dae Update src/app/contact/page.tsx 2026-03-25 05:01:00 +00:00
d355314deb Update src/app/about/page.tsx 2026-03-25 05:01:00 +00:00
a670f5b8a2 Merge version_1 into main
Merge version_1 into main
2026-03-25 04:57:38 +00:00
5917505c4f Merge version_1 into main
Merge version_1 into main
2026-03-25 04:57:13 +00:00
5b56078dd2 Merge version_1 into main
Merge version_1 into main
2026-03-25 04:56:14 +00:00
2 changed files with 44 additions and 44 deletions

View File

@@ -22,26 +22,26 @@ export default function LandingPage() {
cardStyle="gradient-mesh"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
headingFontWeight="light"
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Services", id: "services"},
name: "Services", id: "/services"},
{
name: "About", id: "about"},
name: "About", id: "/about"},
{
name: "Results", id: "results"},
name: "Results", id: "#results"},
{
name: "Clients", id: "clients"},
name: "Clients", id: "#clients"},
{
name: "Contact", id: "contact"},
name: "Contact", id: "/contact"},
]}
brandName="Apex Social"
button={{
text: "Get Started", href: "#contact"}}
text: "Get Started", href: "/contact"}}
animateOnLoad={true}
/>
</div>
@@ -50,17 +50,17 @@ export default function LandingPage() {
<SplitAbout
textboxLayout="default"
useInvertedBackground={false}
title="About Apex Social: Igniting Brands on Social Media"
description="We are a premium social media agency dedicated to crafting bespoke strategies that drive engagement, foster growth, and deliver measurable results for ambitious brands."
title="About Apex Social: Architects of Digital Influence"
description="As a premier social media agency, we empower brands to forge meaningful connections, cultivate vibrant communities, and achieve unparalleled growth across the digital sphere."
bulletPoints={[
{
title: "Our Vision", description: "To be the leading partner for brands seeking to master their digital narrative and create impactful social connections.", icon: Eye,
title: "Our Vision", description: "To redefine digital marketing by setting new benchmarks for innovation, engagement, and client success in the social media landscape.", icon: Eye,
},
{
title: "Our Expertise", description: "Leveraging cutting-edge analytics and creative brilliance to transform social media challenges into opportunities.", icon: Sparkles,
title: "Our Expertise", description: "Specializing in advanced analytics, creative content, and strategic planning to transform complex challenges into remarkable opportunities.", icon: Sparkles,
},
{
title: "Our Partnership", description: "Building lasting relationships with our clients, acting as an extension of their team to achieve shared success.", icon: Handshake,
title: "Our Partnership", description: "Building enduring relationships grounded in transparency, trust, and a shared commitment to elevating your brand's digital narrative.", icon: Handshake,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/divers-group-people-is-working-office_53876-47122.jpg"
@@ -75,31 +75,31 @@ export default function LandingPage() {
useInvertedBackground={false}
team={[
{
id: "1", name: "Chloe Reynolds", role: "Chief Social Strategist", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "professional business woman avatar"},
id: "1", name: "Chloe Reynolds", role: "Chief Digital Strategist", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "professional business woman avatar"},
{
id: "2", name: "Liam Foster", role: "Head of Content & Creative", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-businessman-trendy-suit-smiling-standing-against-white-background_1258-170863.jpg", imageAlt: "professional business man avatar"},
id: "2", name: "Liam Foster", role: "Lead Content & Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-businessman-trendy-suit-smiling-standing-against-white-background_1258-170863.jpg", imageAlt: "professional business man avatar"},
{
id: "3", name: "Aisha Sharma", role: "Lead Performance Analyst", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-curly-hair-dressed-fashionable-clothes-round-spectacles-looks-away-considers-something_273609-55152.jpg", imageAlt: "diverse woman avatar professional"},
id: "3", name: "Aisha Sharma", role: "Head of Performance & Analytics", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-curly-hair-dressed-fashionable-clothes-round-spectacles-looks-away-considers-something_273609-55152.jpg", imageAlt: "diverse woman avatar professional"},
{
id: "4", name: "Ben Carter", role: "Community Engagement Manager", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "diverse man avatar professional"},
id: "4", name: "Ben Carter", role: "Senior Community Engagement Specialist", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "diverse man avatar professional"},
]}
title="Meet Our Visionary Team"
description="Our experts combine creativity with data-driven insights to achieve social media mastery for your brand."
title="Meet the Visionaries Behind Your Success"
description="Our diverse team of strategists, creators, and analysts are united by a passion for digital excellence and a relentless pursuit of innovation."
/>
</div>
<div id="about-impact" data-section="about-impact">
<MetricSplitMediaAbout
useInvertedBackground={false}
title="Our Impact & Core Values"
description="We are passionate about delivering exceptional value and fostering long-term success for our clients through dedication and innovation."
title="Our Commitment: Impact, Innovation, Integrity"
description="We are driven by a commitment to deliver exceptional value, sustainable growth, and a measurable return on investment for every client we serve."
metrics={[
{
value: "10+", title: "Years in Industry"},
value: "15+", title: "Years in Industry"},
{
value: "500+", title: "Successful Campaigns"},
value: "750+", title: "Successful Campaigns"},
{
value: "95%", title: "Client Retention Rate"},
value: "98%", title: "Client Retention Rate"},
]}
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-smiley-face-growth-arrow_23-2148780651.jpg?_wi=2"
imageAlt="client growth graph chart"
@@ -113,8 +113,8 @@ export default function LandingPage() {
variant: "plain"}}
tag="Join Our Journey"
tagIcon={ArrowRight}
title="Shape the Future of Your Brand's Social Presence"
description="Discover how our dedicated team can create a powerful impact for your business and help you achieve your marketing objectives."
title="Elevate Your Brand. Empower Your Story."
description="Discover how our strategic insights and creative solutions can unlock the full potential of your brand's social presence."
buttons={[
{
text: "Explore Careers", href: "#"},
@@ -168,4 +168,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -21,26 +21,26 @@ export default function LandingPage() {
cardStyle="gradient-mesh"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
headingFontWeight="light"
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Services", id: "services"},
name: "Services", id: "/services"},
{
name: "About", id: "about"},
name: "About", id: "/about"},
{
name: "Results", id: "results"},
name: "Results", id: "#results"},
{
name: "Clients", id: "clients"},
name: "Clients", id: "#clients"},
{
name: "Contact", id: "contact"},
name: "Contact", id: "/contact"},
]}
brandName="Apex Social"
button={{
text: "Get Started", href: "#contact"}}
text: "Get Started", href: "/contact"}}
animateOnLoad={true}
/>
</div>
@@ -48,8 +48,8 @@ export default function LandingPage() {
<div id="contact-form" data-section="contact-form">
<ContactSplitForm
useInvertedBackground={false}
title="Get in Touch with Apex Social"
description="Have questions, need a quote, or want to discuss a custom social media strategy? Reach out to our team today."
title="Partner with Apex Social: Your Journey to Digital Excellence Starts Here"
description="Whether you're seeking a bespoke strategy, have questions about our services, or are ready to collaborate, our team is eager to connect."
inputs={[
{
name: "name", type: "text", placeholder: "Your Name", required: true,
@@ -66,7 +66,7 @@ export default function LandingPage() {
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/working-office_1150-130.jpg"
imageAlt="growth graph social media marketing"
imageAlt="Social media marketing team collaboration"
buttonText="Send Message"
/>
</div>
@@ -78,12 +78,12 @@ export default function LandingPage() {
faqsAnimation="blur-reveal"
faqs={[
{
id: "1", title: "What makes Apex Social different?", content: "We combine bespoke strategies, cutting-edge analytics, and a deep understanding of social media trends to deliver truly exceptional and measurable results for premium brands."},
id: "1", title: "What differentiates Apex Social as a premium agency?", content: "Apex Social stands apart through our bespoke strategies, data-driven methodologies, and an unwavering commitment to crafting unique digital narratives that resonate and convert for discerning brands."},
{
id: "2", title: "How do you measure success?", content: "We establish clear KPIs aligned with your business objectives, tracking metrics like engagement rate, audience growth, conversion rates, and overall ROI through detailed reports."},
id: "2", title: "How do you define and measure campaign success?", content: "We collaborate closely with clients to establish clear, measurable KPIs (Key Performance Indicators), focusing on metrics that drive business objectives, such as engagement, conversion rates, and a demonstrable ROI."},
]}
title="Frequently Asked Questions"
description="Find quick answers to the most common inquiries about our services, process, and partnership model."
title="Frequently Asked Questions: Your Path to Partnership"
description="Get swift answers to common inquiries about our services, strategic approach, and how we foster successful client partnerships."
/>
</div>
@@ -92,10 +92,10 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "plain"}}
tag="Still Have Questions?"
tag="Still Curious?"
tagIcon={Phone}
title="We're Here to Help"
description="Our dedicated support team is ready to provide personalized assistance and answer any further questions you may have."
title="We're Here to Illuminate Your Next Steps"
description="Reach out to our expert team for a personalized discussion, where we'll address your specific needs and outline a roadmap for success."
buttons={[
{
text: "Call Us Now", href: "tel:+1234567890"},
@@ -149,4 +149,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}