Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-05 07:24:44 +00:00
2 changed files with 55 additions and 226 deletions

View File

@@ -13,7 +13,7 @@ export default function AboutPage() {
const navItems = [
{ name: "Services", id: "services" },
{ name: "Work", id: "work" },
{ name: "About", id: "about" },
{ name: "About", id: "/about" },
{ name: "Team", id: "team" },
{ name: "Contact", id: "/contact" },
];
@@ -54,39 +54,19 @@ export default function AboutPage() {
description="Creative strategists and digital innovators dedicated to your brand's success."
tag="Our Team"
tagIcon={Users}
gridVariant="four-items-2x2-equal-grid"
gridVariant="three-columns-all-equal-width"
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
members={[
{
id: "team-1",
name: "Alexandra Chen",
role: "Creative Director",
imageSrc: "http://img.b2bpic.net/free-photo/mature-businesswoman-leading-business-meeting_329181-19246.jpg",
imageAlt: "Alexandra Chen, Creative Director",
},
id: "team-1", name: "Alexandra Chen", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/mature-businesswoman-leading-business-meeting_329181-19246.jpg", imageAlt: "Alexandra Chen, Creative Director"},
{
id: "team-2",
name: "Marcus Rodriguez",
role: "Strategy Lead",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-manager-with-digital-tablet_1262-1058.jpg",
imageAlt: "Marcus Rodriguez, Strategy Lead",
},
id: "team-2", name: "Marcus Rodriguez", role: "Strategy Lead", imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-manager-with-digital-tablet_1262-1058.jpg", imageAlt: "Marcus Rodriguez, Strategy Lead"},
{
id: "team-3",
name: "Sophie Williams",
role: "Content Specialist",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-charming-brunette-woman-dressed-gray-elegant-jacket-holding-smartphone-room-with-loft-interior-looking-away_613910-18250.jpg",
imageAlt: "Sophie Williams, Content Specialist",
},
id: "team-3", name: "Sophie Williams", role: "Content Specialist", imageSrc: "http://img.b2bpic.net/free-photo/smiling-charming-brunette-woman-dressed-gray-elegant-jacket-holding-smartphone-room-with-loft-interior-looking-away_613910-18250.jpg", imageAlt: "Sophie Williams, Content Specialist"},
{
id: "team-4",
name: "David Park",
role: "Analytics Expert",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-latin-businessman-examining-sales-data-while-working-home_662251-890.jpg",
imageAlt: "David Park, Analytics Expert",
},
id: "team-4", name: "David Park", role: "Analytics Expert", imageSrc: "http://img.b2bpic.net/free-photo/handsome-latin-businessman-examining-sales-data-while-working-home_662251-890.jpg", imageAlt: "David Park, Analytics Expert"},
]}
/>
</div>
@@ -100,25 +80,9 @@ export default function AboutPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"TechFlow",
"Luxe Collective",
"FitVibe",
"CloudSync",
"Innovate Hub",
"Digital Pulse",
"Brand X",
"NextGen Media",
]}
"TechFlow", "Luxe Collective", "FitVibe", "CloudSync", "Innovate Hub", "Digital Pulse", "Brand X", "NextGen Media"]}
logos={[
"http://img.b2bpic.net/free-vector/tech-logotype_1043-9.jpg",
"http://img.b2bpic.net/free-vector/elegant-minimalist-luxury-fashion-blog-logo-template_742173-17128.jpg",
"http://img.b2bpic.net/free-vector/gradient-abstract-logo-template_23-2148161323.jpg",
"http://img.b2bpic.net/free-vector/gradient-instagram-shop-logo-template_23-2149704606.jpg",
"http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529526.jpg",
"http://img.b2bpic.net/free-vector/gradient-data-logo-template_23-2149202347.jpg",
"http://img.b2bpic.net/free-vector/retro-restaurant-badges_23-2147508372.jpg",
"http://img.b2bpic.net/free-vector/different-travel-logos-set_23-2148629900.jpg",
]}
"http://img.b2bpic.net/free-vector/tech-logotype_1043-9.jpg", "http://img.b2bpic.net/free-vector/elegant-minimalist-luxury-fashion-blog-logo-template_742173-17128.jpg", "http://img.b2bpic.net/free-vector/gradient-abstract-logo-template_23-2148161323.jpg", "http://img.b2bpic.net/free-vector/gradient-instagram-shop-logo-template_23-2149704606.jpg", "http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529526.jpg", "http://img.b2bpic.net/free-vector/gradient-data-logo-template_23-2149202347.jpg", "http://img.b2bpic.net/free-vector/retro-restaurant-badges_23-2147508372.jpg", "http://img.b2bpic.net/free-vector/different-travel-logos-set_23-2148629900.jpg"]}
showCard={true}
speed={40}
/>
@@ -130,8 +94,7 @@ export default function AboutPage() {
copyrightText="© 2025 Elevate Media. All rights reserved."
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Social Strategy", href: "/services" },
{ label: "Content Creation", href: "/services" },
{ label: "Community Management", href: "/services" },
@@ -139,8 +102,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Case Studies", href: "/work" },
@@ -148,8 +110,7 @@ export default function AboutPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Social Media Guide", href: "/" },
{ label: "Content Calendar", href: "/" },
{ label: "Best Practices", href: "/" },
@@ -157,8 +118,7 @@ export default function AboutPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/" },
{ label: "Terms of Service", href: "/" },
{ label: "Cookie Policy", href: "/" },

View File

@@ -17,7 +17,7 @@ export default function HomePage() {
const navItems = [
{ name: "Services", id: "services" },
{ name: "Work", id: "work" },
{ name: "About", id: "about" },
{ name: "About", id: "/about" },
{ name: "Team", id: "team" },
{ name: "Contact", id: "/contact" },
];
@@ -43,7 +43,7 @@ export default function HomePage() {
<HeroBillboardRotatedCarousel
title="Elevate Your Brand's Social Presence"
description="Strategic social media campaigns that drive engagement, build communities, and deliver measurable results. We transform brands into industry leaders."
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
tag="Premium Social Media Agency"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -54,35 +54,17 @@ export default function HomePage() {
buttonAnimation="slide-up"
carouselItems={[
{
id: "carousel-1",
imageSrc: "http://img.b2bpic.net/free-photo/business-people-using-digital-devices-isolated-white-background_53876-20490.jpg?_wi=1",
imageAlt: "Social Media Strategy",
},
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/business-people-using-digital-devices-isolated-white-background_53876-20490.jpg", imageAlt: "Social Media Strategy"},
{
id: "carousel-2",
imageSrc: "http://img.b2bpic.net/free-photo/media-marketing-internet-digital-global_53876-138500.jpg?_wi=1",
imageAlt: "Content Creation",
},
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/media-marketing-internet-digital-global_53876-138500.jpg", imageAlt: "Content Creation"},
{
id: "carousel-3",
imageSrc: "http://img.b2bpic.net/free-photo/branding-advertisment-copyright-value-profile-concept_53876-121048.jpg",
imageAlt: "Brand Building",
},
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/branding-advertisment-copyright-value-profile-concept_53876-121048.jpg", imageAlt: "Brand Building"},
{
id: "carousel-4",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-female-beauty-bloggers-talking-when-vlogging-two-women-sitting-table-demonstrating-cosmetic-products-explaining-how-make-up-make-up-tutorial-online-blogging-concept_74855-22648.jpg?_wi=1",
imageAlt: "Influencer Marketing",
},
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-female-beauty-bloggers-talking-when-vlogging-two-women-sitting-table-demonstrating-cosmetic-products-explaining-how-make-up-make-up-tutorial-online-blogging-concept_74855-22648.jpg", imageAlt: "Influencer Marketing"},
{
id: "carousel-5",
imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-with-company-profit-progress-screen_482257-77678.jpg?_wi=1",
imageAlt: "Analytics & Performance",
},
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-with-company-profit-progress-screen_482257-77678.jpg", imageAlt: "Analytics & Performance"},
{
id: "carousel-6",
imageSrc: "http://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg",
imageAlt: "Creative Team",
},
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg", imageAlt: "Creative Team"},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -111,63 +93,39 @@ export default function HomePage() {
tagAnimation="slide-up"
features={[
{
title: "Strategic Planning",
description: "Data-driven strategies that align with your business goals and target audience insights.",
icon: Target,
title: "Strategic Planning", description: "Data-driven strategies that align with your business goals and target audience insights.", icon: Target,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/business-executives-reviewing-marketing-trends_482257-121143.jpg?_wi=1",
imageAlt: "Strategy Planning",
},
imageSrc: "http://img.b2bpic.net/free-photo/business-executives-reviewing-marketing-trends_482257-121143.jpg", imageAlt: "Strategy Planning"},
{
imageSrc: "http://img.b2bpic.net/free-photo/business-people-using-digital-devices-isolated-white-background_53876-20490.jpg?_wi=2",
imageAlt: "Campaign Development",
},
imageSrc: "http://img.b2bpic.net/free-photo/business-people-using-digital-devices-isolated-white-background_53876-20490.jpg", imageAlt: "Campaign Development"},
],
},
{
title: "Content Creation",
description: "Engaging, on-brand content that resonates with your audience and drives meaningful interactions.",
icon: Palette,
title: "Content Creation", description: "Engaging, on-brand content that resonates with your audience and drives meaningful interactions.", icon: Palette,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/young-filmmaker-working-media-post-production-from-agency-office_482257-119708.jpg?_wi=1",
imageAlt: "Content Creation",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-filmmaker-working-media-post-production-from-agency-office_482257-119708.jpg", imageAlt: "Content Creation"},
{
imageSrc: "http://img.b2bpic.net/free-photo/media-marketing-internet-digital-global_53876-138500.jpg?_wi=2",
imageAlt: "Creative Production",
},
imageSrc: "http://img.b2bpic.net/free-photo/media-marketing-internet-digital-global_53876-138500.jpg", imageAlt: "Creative Production"},
],
},
{
title: "Community Management",
description: "Active engagement and relationship building that transforms followers into loyal brand advocates.",
icon: Users,
title: "Community Management", description: "Active engagement and relationship building that transforms followers into loyal brand advocates.", icon: Users,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-female-beauty-bloggers-talking-when-vlogging-two-women-sitting-table-demonstrating-cosmetic-products-explaining-how-make-up-make-up-tutorial-online-blogging-concept_74855-22648.jpg?_wi=2",
imageAlt: "Community Building",
},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-female-beauty-bloggers-talking-when-vlogging-two-women-sitting-table-demonstrating-cosmetic-products-explaining-how-make-up-make-up-tutorial-online-blogging-concept_74855-22648.jpg", imageAlt: "Community Building"},
{
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1",
imageAlt: "Engagement",
},
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Engagement"},
],
},
{
title: "Performance Analytics",
description: "Detailed reporting and insights that demonstrate ROI and guide continuous optimization.",
icon: BarChart3,
title: "Performance Analytics", description: "Detailed reporting and insights that demonstrate ROI and guide continuous optimization.", icon: BarChart3,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-with-company-profit-progress-screen_482257-77678.jpg?_wi=2",
imageAlt: "Analytics Dashboard",
},
imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-with-company-profit-progress-screen_482257-77678.jpg", imageAlt: "Analytics Dashboard"},
{
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe_1157-32402.jpg?_wi=1",
imageAlt: "Performance Metrics",
},
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe_1157-32402.jpg", imageAlt: "Performance Metrics"},
],
},
]}
@@ -190,26 +148,11 @@ export default function HomePage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "case-1",
name: "Fashion Brand Growth Campaign",
price: "280% Engagement Increase",
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe_1157-32402.jpg?_wi=2",
imageAlt: "Fashion Brand Campaign",
},
id: "case-1", name: "Fashion Brand Growth Campaign", price: "280% Engagement Increase", imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe_1157-32402.jpg", imageAlt: "Fashion Brand Campaign"},
{
id: "case-2",
name: "Fitness Community Expansion",
price: "15K New Followers",
imageSrc: "http://img.b2bpic.net/free-photo/sport-healthy-life-wellness-lifestyle-workout_53876-122846.jpg?_wi=1",
imageAlt: "Fitness Brand Growth",
},
id: "case-2", name: "Fitness Community Expansion", price: "15K New Followers", imageSrc: "http://img.b2bpic.net/free-photo/sport-healthy-life-wellness-lifestyle-workout_53876-122846.jpg", imageAlt: "Fitness Brand Growth"},
{
id: "case-3",
name: "Tech Startup Launch Strategy",
price: "4.2M Total Impressions",
imageSrc: "http://img.b2bpic.net/free-photo/focused-workaholic-entrepreneur-man-working-overtime-presenting-company-statistics_482257-6363.jpg?_wi=1",
imageAlt: "Tech Startup Success",
},
id: "case-3", name: "Tech Startup Launch Strategy", price: "4.2M Total Impressions", imageSrc: "http://img.b2bpic.net/free-photo/focused-workaholic-entrepreneur-man-working-overtime-presenting-company-statistics_482257-6363.jpg", imageAlt: "Tech Startup Success"},
]}
buttons={[{ text: "View All Case Studies", href: "/work" }]}
/>
@@ -226,29 +169,17 @@ export default function HomePage() {
useInvertedBackground={true}
metrics={[
{
id: "metric-1",
icon: BarChart3,
title: "Avg. Engagement Rate",
value: "12.4%",
},
id: "metric-1", icon: BarChart3,
title: "Avg. Engagement Rate", value: "12.4%"},
{
id: "metric-2",
icon: Users,
title: "Active Clients",
value: "50+",
},
id: "metric-2", icon: Users,
title: "Active Clients", value: "50+"},
{
id: "metric-3",
icon: TrendingUp,
title: "Growth Average",
value: "235%",
},
id: "metric-3", icon: TrendingUp,
title: "Growth Average", value: "235%"},
{
id: "metric-4",
icon: Award,
title: "Industry Awards",
value: "15",
},
id: "metric-4", icon: Award,
title: "Industry Awards", value: "15"},
]}
/>
</div>
@@ -263,59 +194,17 @@ export default function HomePage() {
useInvertedBackground={true}
testimonials={[
{
id: "test-1",
title: "Exceeded All Our Expectations",
quote: "Elevate Media completely transformed our social strategy. We've seen a 300% increase in engagement and our community has become our biggest brand advocates. Exceptional work!",
name: "Jessica Thompson",
role: "Founder & CEO",
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2",
imageAlt: "Jessica Thompson",
},
id: "test-1", title: "Exceeded All Our Expectations", quote: "Elevate Media completely transformed our social strategy. We've seen a 300% increase in engagement and our community has become our biggest brand advocates. Exceptional work!", name: "Jessica Thompson", role: "Founder & CEO", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Jessica Thompson"},
{
id: "test-2",
title: "Brilliant Strategic Approach",
quote: "What sets Elevate Media apart is their deep understanding of brand positioning and audience psychology. They didn't just create content; they built a movement around our brand.",
name: "Michael Chang",
role: "CMO, Tech Innovations",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
imageAlt: "Michael Chang",
},
id: "test-2", title: "Brilliant Strategic Approach", quote: "What sets Elevate Media apart is their deep understanding of brand positioning and audience psychology. They didn't just create content; they built a movement around our brand.", name: "Michael Chang", role: "CMO, Tech Innovations", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chang"},
{
id: "test-3",
title: "ROI Beyond Imagination",
quote: "The data-driven approach and transparent reporting gave us confidence every step of the way. Our revenue increased 450% within the first year of partnership.",
name: "Emma Johnson",
role: "Owner, Luxury Retail",
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3",
imageAlt: "Emma Johnson",
},
id: "test-3", title: "ROI Beyond Imagination", quote: "The data-driven approach and transparent reporting gave us confidence every step of the way. Our revenue increased 450% within the first year of partnership.", name: "Emma Johnson", role: "Owner, Luxury Retail", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emma Johnson"},
{
id: "test-4",
title: "True Partnership and Support",
quote: "Not just an agency, but a true partner invested in our success. Their team is responsive, creative, and truly understands our vision.",
name: "James Mitchell",
role: "Director, Fitness Brand",
imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg",
imageAlt: "James Mitchell",
},
id: "test-4", title: "True Partnership and Support", quote: "Not just an agency, but a true partner invested in our success. Their team is responsive, creative, and truly understands our vision.", name: "James Mitchell", role: "Director, Fitness Brand", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg", imageAlt: "James Mitchell"},
{
id: "test-5",
title: "Game-Changing Results",
quote: "Elevate Media's strategic insights transformed our social media from an afterthought to a revenue-generating channel. Highly recommended!",
name: "Sofia Bergström",
role: "CEO, E-Commerce",
imageSrc: "http://img.b2bpic.net/free-photo/she-s-ready-making-coffee_329181-2917.jpg",
imageAlt: "Sofia Bergström",
},
id: "test-5", title: "Game-Changing Results", quote: "Elevate Media's strategic insights transformed our social media from an afterthought to a revenue-generating channel. Highly recommended!", name: "Sofia Bergström", role: "CEO, E-Commerce", imageSrc: "http://img.b2bpic.net/free-photo/she-s-ready-making-coffee_329181-2917.jpg", imageAlt: "Sofia Bergström"},
{
id: "test-6",
title: "Professional Excellence",
quote: "The level of professionalism, creativity, and strategic thinking is unmatched. They didn't just deliver content; they delivered business growth.",
name: "Robert Chen",
role: "Founder, Digital Agency",
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1082.jpg",
imageAlt: "Robert Chen",
},
id: "test-6", title: "Professional Excellence", quote: "The level of professionalism, creativity, and strategic thinking is unmatched. They didn't just deliver content; they delivered business growth.", name: "Robert Chen", role: "Founder, Digital Agency", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1082.jpg", imageAlt: "Robert Chen"},
]}
/>
</div>
@@ -329,25 +218,9 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"TechFlow",
"Luxe Collective",
"FitVibe",
"CloudSync",
"Innovate Hub",
"Digital Pulse",
"Brand X",
"NextGen Media",
]}
"TechFlow", "Luxe Collective", "FitVibe", "CloudSync", "Innovate Hub", "Digital Pulse", "Brand X", "NextGen Media"]}
logos={[
"http://img.b2bpic.net/free-vector/tech-logotype_1043-9.jpg",
"http://img.b2bpic.net/free-vector/elegant-minimalist-luxury-fashion-blog-logo-template_742173-17128.jpg",
"http://img.b2bpic.net/free-vector/gradient-abstract-logo-template_23-2148161323.jpg",
"http://img.b2bpic.net/free-vector/gradient-instagram-shop-logo-template_23-2149704606.jpg",
"http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529526.jpg",
"http://img.b2bpic.net/free-vector/gradient-data-logo-template_23-2149202347.jpg",
"http://img.b2bpic.net/free-vector/retro-restaurant-badges_23-2147508372.jpg",
"http://img.b2bpic.net/free-vector/different-travel-logos-set_23-2148629900.jpg",
]}
"http://img.b2bpic.net/free-vector/tech-logotype_1043-9.jpg", "http://img.b2bpic.net/free-vector/elegant-minimalist-luxury-fashion-blog-logo-template_742173-17128.jpg", "http://img.b2bpic.net/free-vector/gradient-abstract-logo-template_23-2148161323.jpg", "http://img.b2bpic.net/free-vector/gradient-instagram-shop-logo-template_23-2149704606.jpg", "http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529526.jpg", "http://img.b2bpic.net/free-vector/gradient-data-logo-template_23-2149202347.jpg", "http://img.b2bpic.net/free-vector/retro-restaurant-badges_23-2147508372.jpg", "http://img.b2bpic.net/free-vector/different-travel-logos-set_23-2148629900.jpg"]}
showCard={true}
speed={40}
/>
@@ -359,8 +232,7 @@ export default function HomePage() {
copyrightText="© 2025 Elevate Media. All rights reserved."
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Social Strategy", href: "/services" },
{ label: "Content Creation", href: "/services" },
{ label: "Community Management", href: "/services" },
@@ -368,8 +240,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Case Studies", href: "/work" },
@@ -377,8 +248,7 @@ export default function HomePage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Social Media Guide", href: "/" },
{ label: "Content Calendar", href: "/" },
{ label: "Best Practices", href: "/" },
@@ -386,8 +256,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/" },
{ label: "Terms of Service", href: "/" },
{ label: "Cookie Policy", href: "/" },