Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
311
src/app/page.tsx
311
src/app/page.tsx
@@ -33,35 +33,23 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
href: "/services",
|
||||
name: "Services", id: "/services"
|
||||
},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
name: "About Us", id: "/about"
|
||||
},
|
||||
{
|
||||
name: "Results",
|
||||
id: "results",
|
||||
href: "/results",
|
||||
name: "Results", id: "/results"
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
href: "/testimonials",
|
||||
name: "Testimonials", id: "/testimonials"
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
href: "/pricing",
|
||||
name: "Pricing", id: "/pricing"
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"
|
||||
}
|
||||
]}
|
||||
brandName="SociuM Agency"
|
||||
bottomLeftText="Building Digital Legacies"
|
||||
@@ -72,20 +60,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "downward-rays-animated-grid",
|
||||
}}
|
||||
variant: "downward-rays-animated-grid"}}
|
||||
imagePosition="right"
|
||||
title="Elevate Your Brand with Premium Social Media Strategies"
|
||||
description="We craft bespoke social media experiences that captivate audiences, drive engagement, and deliver measurable growth for discerning brands."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Consultation",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get a Free Consultation", href: "/contact"},
|
||||
{
|
||||
text: "Explore Our Services",
|
||||
href: "/services",
|
||||
},
|
||||
text: "Explore Our Services", href: "/services"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-blogger-showing-decor-diy-tutorial-camera_23-2148538794.jpg"
|
||||
imageAlt="Modern social media dashboard showing analytics and content"
|
||||
@@ -102,21 +85,13 @@ export default function LandingPage() {
|
||||
description="SociuM Agency is a collective of visionary strategists, creative storytellers, and data-driven analysts. We partner with elite brands to transform their digital presence into a powerful engine for connection and conversion, ensuring every post, campaign, and interaction resonates with purpose."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Tailored Strategies",
|
||||
description: "Custom-designed plans that align with your unique brand identity and business objectives.",
|
||||
},
|
||||
title: "Tailored Strategies", description: "Custom-designed plans that align with your unique brand identity and business objectives."},
|
||||
{
|
||||
title: "Impactful Content",
|
||||
description: "Visually stunning and engaging content that tells your story and captures attention.",
|
||||
},
|
||||
title: "Impactful Content", description: "Visually stunning and engaging content that tells your story and captures attention."},
|
||||
{
|
||||
title: "Data-Driven Results",
|
||||
description: "Transparent reporting and continuous optimization to maximize your ROI.",
|
||||
},
|
||||
title: "Data-Driven Results", description: "Transparent reporting and continuous optimization to maximize your ROI."},
|
||||
{
|
||||
title: "Dedicated Partnership",
|
||||
description: "A committed team working as an extension of your brand, ensuring seamless collaboration.",
|
||||
},
|
||||
title: "Dedicated Partnership", description: "A committed team working as an extension of your brand, ensuring seamless collaboration."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-musicians-working-with-laptop_23-2150206748.jpg"
|
||||
imageAlt="Diverse marketing team collaborating on a social media strategy"
|
||||
@@ -131,57 +106,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Strategic Content Creation",
|
||||
author: "Creative Team",
|
||||
description: "From captivating visuals to compelling narratives, we produce high-quality content optimized for each platform to spark interest and drive engagement.",
|
||||
tags: [
|
||||
"Visuals",
|
||||
"Copywriting",
|
||||
"Storytelling",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-fitness-instructor-teaching-class-home-while-using-camera-tripod_23-2149320155.jpg",
|
||||
imageAlt: "Graphic designer working on social media content",
|
||||
},
|
||||
id: "1", title: "Strategic Content Creation", author: "Creative Team", description: "From captivating visuals to compelling narratives, we produce high-quality content optimized for each platform to spark interest and drive engagement.", tags: [
|
||||
"Visuals", "Copywriting", "Storytelling"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-fitness-instructor-teaching-class-home-while-using-camera-tripod_23-2149320155.jpg", imageAlt: "Graphic designer working on social media content"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Precision Ad Management",
|
||||
author: "Media Buyers",
|
||||
description: "Maximize your ad spend with expertly crafted and meticulously managed campaigns. We target the right audience at the right time for superior results.",
|
||||
tags: [
|
||||
"Targeting",
|
||||
"Optimization",
|
||||
"ROI",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-style-business-success-strategy-target-aim-finance-analysis-growth-investment-infographic-concept_126523-477.jpg",
|
||||
imageAlt: "Person analyzing digital ad performance on a laptop",
|
||||
},
|
||||
id: "2", title: "Precision Ad Management", author: "Media Buyers", description: "Maximize your ad spend with expertly crafted and meticulously managed campaigns. We target the right audience at the right time for superior results.", tags: [
|
||||
"Targeting", "Optimization", "ROI"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-style-business-success-strategy-target-aim-finance-analysis-growth-investment-infographic-concept_126523-477.jpg", imageAlt: "Person analyzing digital ad performance on a laptop"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Holistic Strategy & Consulting",
|
||||
author: "Lead Strategists",
|
||||
description: "Beyond execution, we provide strategic guidance and consulting to align your social media efforts with your overarching business objectives.",
|
||||
tags: [
|
||||
"Growth",
|
||||
"Brand",
|
||||
"Consulting",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-analyst-stands-near-digital-screen_482257-120456.jpg",
|
||||
imageAlt: "Team discussing a comprehensive marketing strategy",
|
||||
},
|
||||
id: "3", title: "Holistic Strategy & Consulting", author: "Lead Strategists", description: "Beyond execution, we provide strategic guidance and consulting to align your social media efforts with your overarching business objectives.", tags: [
|
||||
"Growth", "Brand", "Consulting"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-analyst-stands-near-digital-screen_482257-120456.jpg", imageAlt: "Team discussing a comprehensive marketing strategy"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Engaged Community Management",
|
||||
author: "Community Managers",
|
||||
description: "Cultivate a loyal community around your brand with proactive engagement, timely responses, and authentic interactions that build lasting relationships.",
|
||||
tags: [
|
||||
"Engagement",
|
||||
"Loyalty",
|
||||
"Support",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/press-reporter-fallowing-leads-case_23-2149579721.jpg",
|
||||
imageAlt: "People interacting on social media platforms",
|
||||
},
|
||||
id: "4", title: "Engaged Community Management", author: "Community Managers", description: "Cultivate a loyal community around your brand with proactive engagement, timely responses, and authentic interactions that build lasting relationships.", tags: [
|
||||
"Engagement", "Loyalty", "Support"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/press-reporter-fallowing-leads-case_23-2149579721.jpg", imageAlt: "People interacting on social media platforms"},
|
||||
]}
|
||||
title="Our Core Services"
|
||||
description="We offer a comprehensive suite of social media solutions designed to elevate your brand across all digital touchpoints."
|
||||
@@ -195,29 +134,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Zap,
|
||||
title: "Average Engagement Rate Increase",
|
||||
value: "+45%",
|
||||
},
|
||||
id: "1", icon: Zap,
|
||||
title: "Average Engagement Rate Increase", value: "+45%"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Gauge,
|
||||
title: "Client Retention Rate",
|
||||
value: "95%",
|
||||
},
|
||||
id: "2", icon: Gauge,
|
||||
title: "Client Retention Rate", value: "95%"},
|
||||
{
|
||||
id: "3",
|
||||
icon: TrendingUp,
|
||||
title: "Average ROI on Ad Spend",
|
||||
value: "3.5x",
|
||||
},
|
||||
id: "3", icon: TrendingUp,
|
||||
title: "Average ROI on Ad Spend", value: "3.5x"},
|
||||
{
|
||||
id: "4",
|
||||
icon: Users,
|
||||
title: "Follower Growth Rate",
|
||||
value: "+30%",
|
||||
},
|
||||
id: "4", icon: Users,
|
||||
title: "Follower Growth Rate", value: "+30%"},
|
||||
]}
|
||||
title="Measurable Impact, Exceptional Results"
|
||||
description="Our commitment to data-driven strategies ensures every campaign translates into tangible growth and superior performance for your brand."
|
||||
@@ -229,14 +156,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/simple-geometric-monoline-logos_23-2147695485.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-technology-logo-collection_23-2148163493.jpg",
|
||||
"http://img.b2bpic.net/free-vector/accounting-logo-collection-flat-design_23-2148853738.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-ecology-landing-page-template_23-2148204971.jpg",
|
||||
"http://img.b2bpic.net/free-vector/shiny-golden-star-premium-background-feel-like-superstar_1017-56354.jpg",
|
||||
"http://img.b2bpic.net/free-vector/logo-template-design_1289-159.jpg",
|
||||
"http://img.b2bpic.net/free-photo/high-quality-brand-badge-banner-copy-space_53876-120896.jpg",
|
||||
"http://img.b2bpic.net/free-vector/simple-geometric-monoline-logos_23-2147695485.jpg", "http://img.b2bpic.net/free-vector/gradient-technology-logo-collection_23-2148163493.jpg", "http://img.b2bpic.net/free-vector/accounting-logo-collection-flat-design_23-2148853738.jpg", "http://img.b2bpic.net/free-vector/flat-ecology-landing-page-template_23-2148204971.jpg", "http://img.b2bpic.net/free-vector/shiny-golden-star-premium-background-feel-like-superstar_1017-56354.jpg", "http://img.b2bpic.net/free-vector/logo-template-design_1289-159.jpg", "http://img.b2bpic.net/free-photo/high-quality-brand-badge-banner-copy-space_53876-120896.jpg"
|
||||
]}
|
||||
names={[]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="We are proud to partner with a diverse portfolio of ambitious brands, helping them achieve their social media goals and amplify their digital presence."
|
||||
speed={35}
|
||||
@@ -251,41 +173,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarahj",
|
||||
testimonial: "SociuM Agency completely transformed our online presence. Their strategic approach and creative content led to unprecedented engagement and brand recognition.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-executive-with-big-smile_1098-799.jpg",
|
||||
imageAlt: "Portrait of Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "SociuM Agency completely transformed our online presence. Their strategic approach and creative content led to unprecedented engagement and brand recognition.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-executive-with-big-smile_1098-799.jpg", imageAlt: "Portrait of Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "@michaelc",
|
||||
testimonial: "The team at SociuM is unparalleled. Their data-driven insights and meticulous ad management significantly boosted our ROI. A true game-changer!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-posing-work_23-2150697603.jpg",
|
||||
imageAlt: "Portrait of Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "@michaelc", testimonial: "The team at SociuM is unparalleled. Their data-driven insights and meticulous ad management significantly boosted our ROI. A true game-changer!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-posing-work_23-2150697603.jpg", imageAlt: "Portrait of Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@emilyr",
|
||||
testimonial: "Our community has never been more vibrant. SociuM's engagement strategies have fostered incredible loyalty and positive sentiment around our brand.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-vlogger-presenting-special-giveaway-his-followers-famous-influencer-creative-content-creator_482257-24907.jpg",
|
||||
imageAlt: "Portrait of Emily Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emilyr", testimonial: "Our community has never been more vibrant. SociuM's engagement strategies have fostered incredible loyalty and positive sentiment around our brand.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-vlogger-presenting-special-giveaway-his-followers-famous-influencer-creative-content-creator_482257-24907.jpg", imageAlt: "Portrait of Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@davidk",
|
||||
testimonial: "Professional, innovative, and results-oriented. SociuM Agency exceeded all our expectations, delivering consistent growth and an enhanced digital footprint.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-sitting-table-black-shirt-working-laptop-co-working-office_285396-2386.jpg",
|
||||
imageAlt: "Portrait of David Kim",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "@davidk", testimonial: "Professional, innovative, and results-oriented. SociuM Agency exceeded all our expectations, delivering consistent growth and an enhanced digital footprint.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-sitting-table-black-shirt-working-laptop-co-working-office_285396-2386.jpg", imageAlt: "Portrait of David Kim"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Clients Say"
|
||||
@@ -300,47 +198,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
badge: "Growth",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$1,500/month",
|
||||
subtitle: "Ideal for emerging brands seeking initial traction.",
|
||||
features: [
|
||||
"1 Platform Strategy",
|
||||
"8 Content Pieces/month",
|
||||
"Basic Community Management",
|
||||
"Monthly Performance Report",
|
||||
],
|
||||
id: "starter", badge: "Growth", badgeIcon: Sparkles,
|
||||
price: "$1,500/month", subtitle: "Ideal for emerging brands seeking initial traction.", features: [
|
||||
"1 Platform Strategy", "8 Content Pieces/month", "Basic Community Management", "Monthly Performance Report"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Popular",
|
||||
badgeIcon: Star,
|
||||
price: "$3,500/month",
|
||||
subtitle: "Best for established brands aiming for significant expansion.",
|
||||
features: [
|
||||
"Up to 3 Platform Strategy",
|
||||
"16 Content Pieces/month",
|
||||
"Proactive Community Engagement",
|
||||
"Advanced Ad Campaign Management",
|
||||
"Bi-Weekly Strategy Calls",
|
||||
"Quarterly Strategic Review",
|
||||
],
|
||||
id: "pro", badge: "Popular", badgeIcon: Star,
|
||||
price: "$3,500/month", subtitle: "Best for established brands aiming for significant expansion.", features: [
|
||||
"Up to 3 Platform Strategy", "16 Content Pieces/month", "Proactive Community Engagement", "Advanced Ad Campaign Management", "Bi-Weekly Strategy Calls", "Quarterly Strategic Review"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "Custom",
|
||||
badgeIcon: Crown,
|
||||
price: "Custom Quote",
|
||||
subtitle: "For large enterprises requiring full-spectrum social media leadership.",
|
||||
features: [
|
||||
"Tailored Multi-Platform Strategy",
|
||||
"Unlimited Content Creation",
|
||||
"Dedicated Community Team",
|
||||
"Omnichannel Ad Optimization",
|
||||
"Crisis Management",
|
||||
"24/7 Priority Support",
|
||||
],
|
||||
id: "enterprise", badge: "Custom", badgeIcon: Crown,
|
||||
price: "Custom Quote", subtitle: "For large enterprises requiring full-spectrum social media leadership.", features: [
|
||||
"Tailored Multi-Platform Strategy", "Unlimited Content Creation", "Dedicated Community Team", "Omnichannel Ad Optimization", "Crisis Management", "24/7 Priority Support"],
|
||||
},
|
||||
]}
|
||||
title="Flexible Plans for Every Ambition"
|
||||
@@ -352,8 +222,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
tag="Connect With Us"
|
||||
title="Ready to Transform Your Social Media?"
|
||||
description="Let's discuss how SociuM Agency can craft a bespoke strategy to amplify your brand's voice and achieve your digital objectives."
|
||||
@@ -371,83 +240,49 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Content Creation",
|
||||
href: "/services#content",
|
||||
},
|
||||
label: "Content Creation", href: "/services#content"},
|
||||
{
|
||||
label: "Ad Management",
|
||||
href: "/services#ads",
|
||||
},
|
||||
label: "Ad Management", href: "/services#ads"},
|
||||
{
|
||||
label: "Strategy Consulting",
|
||||
href: "/services#strategy",
|
||||
},
|
||||
label: "Strategy Consulting", href: "/services#strategy"},
|
||||
{
|
||||
label: "Community Management",
|
||||
href: "/services#community",
|
||||
},
|
||||
label: "Community Management", href: "/services#community"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Our Results",
|
||||
href: "/results",
|
||||
},
|
||||
label: "Our Results", href: "/results"},
|
||||
{
|
||||
label: "Client Testimonials",
|
||||
href: "/testimonials",
|
||||
},
|
||||
label: "Client Testimonials", href: "/testimonials"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Cookie Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cookie Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "https://linkedin.com",
|
||||
},
|
||||
label: "LinkedIn", href: "https://linkedin.com"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "https://twitter.com",
|
||||
},
|
||||
label: "Twitter", href: "https://twitter.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user