Update src/app/portfolio/page.tsx
This commit is contained in:
@@ -19,8 +19,7 @@ const navItems = [
|
|||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{ label: "Short-Form Content", href: "/services" },
|
{ label: "Short-Form Content", href: "/services" },
|
||||||
{ label: "Long-Form Production", href: "/services" },
|
{ label: "Long-Form Production", href: "/services" },
|
||||||
{ label: "Strategy Consulting", href: "/services" },
|
{ label: "Strategy Consulting", href: "/services" },
|
||||||
@@ -28,8 +27,7 @@ const footerColumns = [
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Our Process", href: "#process" },
|
{ label: "Our Process", href: "#process" },
|
||||||
{ label: "Case Studies", href: "/portfolio" },
|
{ label: "Case Studies", href: "/portfolio" },
|
||||||
@@ -37,8 +35,7 @@ const footerColumns = [
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Resources",
|
title: "Resources", items: [
|
||||||
items: [
|
|
||||||
{ label: "Content Blog", href: "/blog" },
|
{ label: "Content Blog", href: "/blog" },
|
||||||
{ label: "Trend Reports", href: "/trends" },
|
{ label: "Trend Reports", href: "/trends" },
|
||||||
{ label: "Creator Community", href: "/community" },
|
{ label: "Creator Community", href: "/community" },
|
||||||
@@ -83,75 +80,30 @@ export default function PortfolioPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
blogs={[
|
blogs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", category: "Short-Form Campaign", title: "From 0 to 2M Views: TikTok Campaign for Fashion Brand", excerpt:
|
||||||
category: "Short-Form Campaign",
|
"Strategic trending audio integration and trend-jacking resulted in viral momentum and 15x audience growth in 30 days.", imageSrc:
|
||||||
title: "From 0 to 2M Views: TikTok Campaign for Fashion Brand",
|
"http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947506.jpg", imageAlt: "Fashion brand TikTok campaign", authorName: "Alex Rivera", authorAvatar:
|
||||||
excerpt:
|
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", date: "Jan 18, 2025"},
|
||||||
"Strategic trending audio integration and trend-jacking resulted in viral momentum and 15x audience growth in 30 days.",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947506.jpg",
|
|
||||||
imageAlt: "Fashion brand TikTok campaign",
|
|
||||||
authorName: "Alex Rivera",
|
|
||||||
authorAvatar:
|
|
||||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
|
||||||
date: "Jan 18, 2025",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", category: "Long-Form Content", title: "YouTube Series That Converted: Behind-the-Scenes Documentary Series", excerpt:
|
||||||
category: "Long-Form Content",
|
"A 10-part YouTube series that converted 8% of viewers into paying customers through authentic storytelling and strategic CTAs.", imageSrc:
|
||||||
title: "YouTube Series That Converted: Behind-the-Scenes Documentary Series",
|
"http://img.b2bpic.net/free-photo/man-filming-with-professional-camera-new-movie_23-2149066385.jpg", imageAlt: "Documentary series thumbnail", authorName: "Jordan Chen", authorAvatar:
|
||||||
excerpt:
|
"http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", date: "Jan 12, 2025"},
|
||||||
"A 10-part YouTube series that converted 8% of viewers into paying customers through authentic storytelling and strategic CTAs.",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/man-filming-with-professional-camera-new-movie_23-2149066385.jpg",
|
|
||||||
imageAlt: "Documentary series thumbnail",
|
|
||||||
authorName: "Jordan Chen",
|
|
||||||
authorAvatar:
|
|
||||||
"http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg",
|
|
||||||
date: "Jan 12, 2025",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", category: "Cross-Platform", title: "Omnichannel Content Ecosystem: From Reels to Email Conversions", excerpt:
|
||||||
category: "Cross-Platform",
|
"Integrated Instagram Reels, TikToks, and YouTube shorts that funneled 50K followers into an email list with 35% open rates.", imageSrc:
|
||||||
title: "Omnichannel Content Ecosystem: From Reels to Email Conversions",
|
"http://img.b2bpic.net/free-vector/marketing-conversion-funnel_23-2148021286.jpg", imageAlt: "Multi-platform content funnel", authorName: "Sam Morgan", authorAvatar:
|
||||||
excerpt:
|
"http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", date: "Jan 5, 2025"},
|
||||||
"Integrated Instagram Reels, TikToks, and YouTube shorts that funneled 50K followers into an email list with 35% open rates.",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-vector/marketing-conversion-funnel_23-2148021286.jpg",
|
|
||||||
imageAlt: "Multi-platform content funnel",
|
|
||||||
authorName: "Sam Morgan",
|
|
||||||
authorAvatar:
|
|
||||||
"http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg",
|
|
||||||
date: "Jan 5, 2025",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", category: "Viral Strategy", title: "Trend Analysis & Prediction: Staying 2 Weeks Ahead", excerpt:
|
||||||
category: "Viral Strategy",
|
"Our proprietary trend-forecasting approach helped clients capitalize on emerging trends before saturation, achieving 10x average engagement.", imageSrc:
|
||||||
title: "Trend Analysis & Prediction: Staying 2 Weeks Ahead",
|
"http://img.b2bpic.net/free-photo/analyzing-business-chart_1098-19461.jpg", imageAlt: "Trend analytics dashboard", authorName: "Casey Phillips", authorAvatar:
|
||||||
excerpt:
|
"http://img.b2bpic.net/free-photo/close-up-executive-with-white-shirt-blue-suit_1139-135.jpg", date: "Dec 28, 2024"},
|
||||||
"Our proprietary trend-forecasting approach helped clients capitalize on emerging trends before saturation, achieving 10x average engagement.",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/analyzing-business-chart_1098-19461.jpg",
|
|
||||||
imageAlt: "Trend analytics dashboard",
|
|
||||||
authorName: "Casey Phillips",
|
|
||||||
authorAvatar:
|
|
||||||
"http://img.b2bpic.net/free-photo/close-up-executive-with-white-shirt-blue-suit_1139-135.jpg",
|
|
||||||
date: "Dec 28, 2024",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", category: "Community Growth", title: "From Niche to Mainstream: Community-Driven Content Strategy", excerpt:
|
||||||
category: "Community Growth",
|
"Leveraged micro-communities and niche creators to build an authentic audience that grew from 50K to 500K in 6 months.", imageSrc:
|
||||||
title: "From Niche to Mainstream: Community-Driven Content Strategy",
|
"http://img.b2bpic.net/free-photo/happy-friends-looking-social-media-smartphone_53876-102034.jpg", imageAlt: "Community growth metrics", authorName: "Morgan West", authorAvatar:
|
||||||
excerpt:
|
"http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg", date: "Dec 20, 2024"},
|
||||||
"Leveraged micro-communities and niche creators to build an authentic audience that grew from 50K to 500K in 6 months.",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/happy-friends-looking-social-media-smartphone_53876-102034.jpg",
|
|
||||||
imageAlt: "Community growth metrics",
|
|
||||||
authorName: "Morgan West",
|
|
||||||
authorAvatar:
|
|
||||||
"http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg",
|
|
||||||
date: "Dec 20, 2024",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -170,25 +122,13 @@ export default function PortfolioPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", value: "150+", description: "Successful Campaigns Delivered"},
|
||||||
value: "150+",
|
|
||||||
description: "Successful Campaigns Delivered",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", value: "8.2%", description: "Average Engagement Rate"},
|
||||||
value: "8.2%",
|
|
||||||
description: "Average Engagement Rate",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", value: "500M+", description: "Total Views Generated"},
|
||||||
value: "500M+",
|
|
||||||
description: "Total Views Generated",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", value: "300%", description: "Average Audience Growth"},
|
||||||
value: "300%",
|
|
||||||
description: "Average Audience Growth",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -207,35 +147,17 @@ export default function PortfolioPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Victoria Laurent", role: "Marketing Director", company: "Fashion Forward Inc", rating: 5,
|
||||||
name: "Victoria Laurent",
|
|
||||||
role: "Marketing Director",
|
|
||||||
company: "Fashion Forward Inc",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc:
|
imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg?_wi=2",
|
"http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", imageAlt: "Victoria Laurent"},
|
||||||
imageAlt: "Victoria Laurent",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Marcus Thompson", role: "CEO", company: "TechGrow Startups", rating: 5,
|
||||||
name: "Marcus Thompson",
|
|
||||||
role: "CEO",
|
|
||||||
company: "TechGrow Startups",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc:
|
imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Thompson"},
|
||||||
imageAlt: "Marcus Thompson",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Sarah Okonkwo", role: "Content Lead", company: "Beauty Collective", rating: 5,
|
||||||
name: "Sarah Okonkwo",
|
|
||||||
role: "Content Lead",
|
|
||||||
company: "Beauty Collective",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc:
|
imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg?_wi=2",
|
"http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", imageAlt: "Sarah Okonkwo"},
|
||||||
imageAlt: "Sarah Okonkwo",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user