Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-04 05:21:20 +00:00
5 changed files with 137 additions and 399 deletions

View File

@@ -22,8 +22,7 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Services", href: "/services" },
{ label: "Pricing", href: "/pricing" },
{ label: "Portfolio", href: "/portfolio" },
@@ -31,8 +30,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/team" },
{ label: "Blog", href: "#" },
@@ -40,8 +38,7 @@ export default function AboutPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact", href: "/contact" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },
@@ -57,7 +54,7 @@ export default function AboutPage() {
borderRadius="soft"
contentWidth="medium"
sizing="largeSmall"
background="grid"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -75,10 +72,7 @@ export default function AboutPage() {
<TextSplitAbout
title="Our Story"
description={[
"SocialVault was founded in 2016 with a simple vision: to help brands unlock the true power of social media. We recognized that social isn't just about posting content—it's about building genuine connections, driving meaningful engagement, and creating business growth.",
"Over the past 8+ years, we've evolved from a small team of passionate marketers to a full-service social media agency trusted by 150+ brands across industries. Our success comes from understanding that every brand is unique, and cookie-cutter strategies simply don't work.",
"Today, we're committed to delivering transparency, expertise, and results. We measure our success by the growth and satisfaction of our clients, and we're proud to have helped generate millions in revenue for the brands we partner with.",
]}
"SocialVault was founded in 2016 with a simple vision: to help brands unlock the true power of social media. We recognized that social isn't just about posting content—it's about building genuine connections, driving meaningful engagement, and creating business growth.", "Over the past 8+ years, we've evolved from a small team of passionate marketers to a full-service social media agency trusted by 150+ brands across industries. Our success comes from understanding that every brand is unique, and cookie-cutter strategies simply don't work.", "Today, we're committed to delivering transparency, expertise, and results. We measure our success by the growth and satisfaction of our clients, and we're proud to have helped generate millions in revenue for the brands we partner with."]}
buttons={[{ text: "Explore Our Services", href: "/" }]}
showBorder={true}
useInvertedBackground={false}
@@ -98,37 +92,17 @@ export default function AboutPage() {
useInvertedBackground={true}
team={[
{
id: "1",
name: "Sarah Anderson",
role: "Founder & Strategy Lead",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2",
imageAlt: "Sarah Anderson, Founder of SocialVault",
},
id: "1", name: "Sarah Anderson", role: "Founder & Strategy Lead", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Anderson, Founder of SocialVault"},
{
id: "2",
name: "Marcus Chen",
role: "Creative Director",
imageSrc:
"http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=3",
imageAlt: "Marcus Chen, Creative Director",
},
id: "2", name: "Marcus Chen", role: "Creative Director", imageSrc:
"http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", imageAlt: "Marcus Chen, Creative Director"},
{
id: "3",
name: "Jessica Rivera",
role: "Content Strategist",
imageSrc:
"http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=4",
imageAlt: "Jessica Rivera, Content Strategist",
},
id: "3", name: "Jessica Rivera", role: "Content Strategist", imageSrc:
"http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", imageAlt: "Jessica Rivera, Content Strategist"},
{
id: "4",
name: "David Patel",
role: "Analytics & Growth Manager",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
imageAlt: "David Patel, Analytics Manager",
},
id: "4", name: "David Patel", role: "Analytics & Growth Manager", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Patel, Analytics Manager"},
]}
/>
</div>
@@ -144,7 +118,7 @@ export default function AboutPage() {
{ text: "Schedule a Consultation", href: "/contact" },
{ text: "View Our Work", href: "/portfolio" },
]}
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttonAnimation="slide-up"
/>

View File

@@ -21,8 +21,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Services", href: "/services" },
{ label: "Pricing", href: "/pricing" },
{ label: "Portfolio", href: "/portfolio" },
@@ -30,8 +29,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/team" },
{ label: "Blog", href: "#" },
@@ -39,8 +37,7 @@ export default function ContactPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact", href: "/contact" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },
@@ -56,7 +53,7 @@ export default function ContactPage() {
borderRadius="soft"
contentWidth="medium"
sizing="largeSmall"
background="grid"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -81,7 +78,7 @@ export default function ContactPage() {
{ text: "Schedule Your Free Consultation", href: "#" },
{ text: "Send Us an Email", href: "mailto:hello@socialvault.com" },
]}
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={true}
buttonAnimation="slide-up"
/>
@@ -98,47 +95,20 @@ export default function ContactPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Emily Rodriguez, CEO of TechStart Inc",
date: "Date: January 15, 2025",
title: "Game-Changing Partnership",
quote:
"SocialVault transformed our social presence from zero to 100K followers in 18 months. Their strategic approach and creative excellence exceeded every expectation.",
tag: "Premium Plan",
avatarSrc:
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
avatarAlt: "Emily Rodriguez",
imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-people-working-with-laptop_23-2149636255.jpg?_wi=4",
},
id: "1", name: "Emily Rodriguez, CEO of TechStart Inc", date: "Date: January 15, 2025", title: "Game-Changing Partnership", quote:
"SocialVault transformed our social presence from zero to 100K followers in 18 months. Their strategic approach and creative excellence exceeded every expectation.", tag: "Premium Plan", avatarSrc:
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", avatarAlt: "Emily Rodriguez", imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-people-working-with-laptop_23-2149636255.jpg"},
{
id: "2",
name: "James Mitchell, Founder of Fashion Forward",
date: "Date: December 28, 2024",
title: "Exceptional Creative Team",
quote:
"The team at SocialVault doesn't just manage our accounts—they've become an extension of our brand. Their viral campaign generated over 5 million impressions.",
tag: "Premium Plan",
avatarSrc:
"http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg",
avatarAlt: "James Mitchell",
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=4",
},
id: "2", name: "James Mitchell, Founder of Fashion Forward", date: "Date: December 28, 2024", title: "Exceptional Creative Team", quote:
"The team at SocialVault doesn't just manage our accounts—they've become an extension of our brand. Their viral campaign generated over 5 million impressions.", tag: "Premium Plan", avatarSrc:
"http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", avatarAlt: "James Mitchell", 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"},
{
id: "3",
name: "Lisa Zhang, Marketing Director of E-Shop Elite",
date: "Date: November 10, 2024",
title: "Direct Revenue Impact",
quote:
"We saw a $2.1M increase in sales directly attributed to SocialVault's social commerce strategy. Their data-driven approach has been invaluable.",
tag: "Enterprise Plan",
avatarSrc:
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
avatarAlt: "Lisa Zhang",
imageSrc:
"http://img.b2bpic.net/free-photo/social-media-marketing-concept-marketing-with-applications_23-2150063168.jpg?_wi=4",
},
id: "3", name: "Lisa Zhang, Marketing Director of E-Shop Elite", date: "Date: November 10, 2024", title: "Direct Revenue Impact", quote:
"We saw a $2.1M increase in sales directly attributed to SocialVault's social commerce strategy. Their data-driven approach has been invaluable.", tag: "Enterprise Plan", avatarSrc:
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", avatarAlt: "Lisa Zhang", imageSrc:
"http://img.b2bpic.net/free-photo/social-media-marketing-concept-marketing-with-applications_23-2150063168.jpg"},
]}
/>
</div>

View File

@@ -29,6 +29,7 @@ import {
Rocket,
DollarSign,
} from "lucide-react";
import TeamCardFive from "@/components/sections/team/TeamCardFive";
export default function HomePage() {
const navItems = [
@@ -41,8 +42,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Services", href: "/services" },
{ label: "Pricing", href: "/pricing" },
{ label: "Portfolio", href: "/portfolio" },
@@ -50,8 +50,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/team" },
{ label: "Blog", href: "#" },
@@ -59,8 +58,7 @@ export default function HomePage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact", href: "/contact" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },
@@ -76,7 +74,7 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="medium"
sizing="largeSmall"
background="grid"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -98,7 +96,7 @@ export default function HomePage() {
{ text: "Start Your Strategy", href: "/contact" },
{ text: "View Our Work", href: "/portfolio" },
]}
background={{ variant: "grid" }}
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/business-people-sitting-around-conference-table-while-socializing-mobile-phones-office_662251-1241.jpg"
imageAlt="SocialVault creative team collaborating on social media campaigns"
mediaAnimation="blur-reveal"
@@ -111,10 +109,7 @@ export default function HomePage() {
<TextSplitAbout
title="Why Choose SocialVault"
description={[
"We're not just another social media agency. With over 8 years of experience, we've helped over 150+ brands build thriving social communities and generate millions in revenue through authentic, strategic storytelling.",
"Our team combines creative expertise with data analytics to deliver campaigns that matter. We believe in transparency, measurable results, and partnerships built on trust.",
"From startups to established enterprises, we've mastered the art of turning social conversations into business growth.",
]}
"We're not just another social media agency. With over 8 years of experience, we've helped over 150+ brands build thriving social communities and generate millions in revenue through authentic, strategic storytelling.", "Our team combines creative expertise with data analytics to deliver campaigns that matter. We believe in transparency, measurable results, and partnerships built on trust.", "From startups to established enterprises, we've mastered the art of turning social conversations into business growth."]}
buttons={[{ text: "Learn More About Us", href: "/about" }]}
showBorder={true}
useInvertedBackground={false}
@@ -134,14 +129,10 @@ export default function HomePage() {
useInvertedBackground={false}
features={[
{
id: "1",
title: "Social Strategy & Planning",
description:
"We develop comprehensive social media strategies tailored to your business goals. From audience analysis to competitive positioning, we create the roadmap for your social success.",
media: {
id: "1", title: "Social Strategy & Planning", description:
"We develop comprehensive social media strategies tailored to your business goals. From audience analysis to competitive positioning, we create the roadmap for your social success.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/business-executives-reviewing-marketing-trends_482257-121143.jpg?_wi=1",
},
"http://img.b2bpic.net/free-photo/business-executives-reviewing-marketing-trends_482257-121143.jpg"},
items: [
{ icon: Target, text: "Audience analysis & targeting" },
{ icon: TrendingUp, text: "Growth strategy development" },
@@ -150,14 +141,10 @@ export default function HomePage() {
reverse: false,
},
{
id: "2",
title: "Content Creation & Design",
description:
"Stunning visual content that stops the scroll. Our creative team produces high-quality photography, videography, and graphic design that captures your brand's essence.",
media: {
id: "2", title: "Content Creation & Design", description:
"Stunning visual content that stops the scroll. Our creative team produces high-quality photography, videography, and graphic design that captures your brand's essence.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/professional-agency-setup-cinematic-footage-creation-video-editing_482257-118951.jpg?_wi=1",
},
"http://img.b2bpic.net/free-photo/professional-agency-setup-cinematic-footage-creation-video-editing_482257-118951.jpg"},
items: [
{ icon: Palette, text: "Professional graphic design" },
{ icon: Camera, text: "Video production & editing" },
@@ -166,14 +153,10 @@ export default function HomePage() {
reverse: true,
},
{
id: "3",
title: "Community Management",
description:
"We engage with your audience 24/7, building meaningful relationships and fostering a loyal community around your brand. Real conversations, real growth.",
media: {
id: "3", title: "Community Management", description:
"We engage with your audience 24/7, building meaningful relationships and fostering a loyal community around your brand. Real conversations, real growth.", media: {
imageSrc:
"http://img.b2bpic.net/free-vector/flat-social-media-day-social-media-post-template_23-2149420400.jpg?_wi=1",
},
"http://img.b2bpic.net/free-vector/flat-social-media-day-social-media-post-template_23-2149420400.jpg"},
items: [
{ icon: MessageSquare, text: "Daily engagement & responses" },
{ icon: Users, text: "Community moderation" },
@@ -182,14 +165,10 @@ export default function HomePage() {
reverse: false,
},
{
id: "4",
title: "Analytics & Reporting",
description:
"Data-driven insights that inform every decision. We track, measure, and optimize your campaigns with detailed reporting and actionable recommendations.",
media: {
id: "4", title: "Analytics & Reporting", description:
"Data-driven insights that inform every decision. We track, measure, and optimize your campaigns with detailed reporting and actionable recommendations.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=1",
},
"http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg"},
items: [
{ icon: BarChart3, text: "Performance tracking" },
{ icon: PieChart, text: "ROI measurement" },
@@ -214,38 +193,17 @@ export default function HomePage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1",
brand: "TechStart Inc",
name: "From 0 to 100K Followers",
price: "+350% Growth",
rating: 5,
reviewCount: "18 months",
imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-people-working-with-laptop_23-2149636255.jpg?_wi=1",
imageAlt: "TechStart successful social media campaign results",
},
id: "1", brand: "TechStart Inc", name: "From 0 to 100K Followers", price: "+350% Growth", rating: 5,
reviewCount: "18 months", imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-people-working-with-laptop_23-2149636255.jpg", imageAlt: "TechStart successful social media campaign results"},
{
id: "2",
brand: "Fashion Forward",
name: "Viral Campaign Success",
price: "+5.2M Impressions",
rating: 5,
reviewCount: "3 months",
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: "Fashion Forward viral campaign showcase",
},
id: "2", brand: "Fashion Forward", name: "Viral Campaign Success", price: "+5.2M Impressions", rating: 5,
reviewCount: "3 months", 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: "Fashion Forward viral campaign showcase"},
{
id: "3",
brand: "E-Shop Elite",
name: "Social Commerce Revenue",
price: "+$2.1M Sales",
rating: 5,
reviewCount: "12 months",
imageSrc:
"http://img.b2bpic.net/free-photo/social-media-marketing-concept-marketing-with-applications_23-2150063168.jpg?_wi=1",
imageAlt: "E-Shop Elite social commerce success",
},
id: "3", brand: "E-Shop Elite", name: "Social Commerce Revenue", price: "+$2.1M Sales", rating: 5,
reviewCount: "12 months", imageSrc:
"http://img.b2bpic.net/free-photo/social-media-marketing-concept-marketing-with-applications_23-2150063168.jpg", imageAlt: "E-Shop Elite social commerce success"},
]}
/>
</div>
@@ -260,15 +218,7 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"TechStart Inc",
"Fashion Forward",
"E-Shop Elite",
"Wellness Co",
"Real Estate Pro",
"Fitness Hub",
"Food & Co",
"Digital Ventures",
]}
"TechStart Inc", "Fashion Forward", "E-Shop Elite", "Wellness Co", "Real Estate Pro", "Fitness Hub", "Food & Co", "Digital Ventures"]}
speed={40}
showCard={true}
/>
@@ -286,37 +236,17 @@ export default function HomePage() {
useInvertedBackground={true}
team={[
{
id: "1",
name: "Sarah Anderson",
role: "Founder & Strategy Lead",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1",
imageAlt: "Sarah Anderson, Founder of SocialVault",
},
id: "1", name: "Sarah Anderson", role: "Founder & Strategy Lead", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Anderson, Founder of SocialVault"},
{
id: "2",
name: "Marcus Chen",
role: "Creative Director",
imageSrc:
"http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=1",
imageAlt: "Marcus Chen, Creative Director",
},
id: "2", name: "Marcus Chen", role: "Creative Director", imageSrc:
"http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", imageAlt: "Marcus Chen, Creative Director"},
{
id: "3",
name: "Jessica Rivera",
role: "Content Strategist",
imageSrc:
"http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=2",
imageAlt: "Jessica Rivera, Content Strategist",
},
id: "3", name: "Jessica Rivera", role: "Content Strategist", imageSrc:
"http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", imageAlt: "Jessica Rivera, Content Strategist"},
{
id: "4",
name: "David Patel",
role: "Analytics & Growth Manager",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
imageAlt: "David Patel, Analytics Manager",
},
id: "4", name: "David Patel", role: "Analytics & Growth Manager", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Patel, Analytics Manager"},
]}
/>
</div>
@@ -332,89 +262,35 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Emily Rodriguez, CEO of TechStart Inc",
date: "Date: January 15, 2025",
title: "Game-Changing Partnership",
quote:
"SocialVault transformed our social presence from zero to 100K followers in 18 months. Their strategic approach and creative excellence exceeded every expectation. We've seen a 350% increase in engagement and meaningful business results.",
tag: "Premium Plan",
avatarSrc:
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
avatarAlt: "Emily Rodriguez",
imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-people-working-with-laptop_23-2149636255.jpg?_wi=2",
},
id: "1", name: "Emily Rodriguez, CEO of TechStart Inc", date: "Date: January 15, 2025", title: "Game-Changing Partnership", quote:
"SocialVault transformed our social presence from zero to 100K followers in 18 months. Their strategic approach and creative excellence exceeded every expectation. We've seen a 350% increase in engagement and meaningful business results.", tag: "Premium Plan", avatarSrc:
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", avatarAlt: "Emily Rodriguez", imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-people-working-with-laptop_23-2149636255.jpg"},
{
id: "2",
name: "James Mitchell, Founder of Fashion Forward",
date: "Date: December 28, 2024",
title: "Exceptional Creative Team",
quote:
"The team at SocialVault doesn't just manage our accounts—they've become an extension of our brand. Their viral campaign generated over 5 million impressions and positioned us as industry leaders. Highly recommended.",
tag: "Premium Plan",
avatarSrc:
"http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg",
avatarAlt: "James Mitchell",
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",
},
id: "2", name: "James Mitchell, Founder of Fashion Forward", date: "Date: December 28, 2024", title: "Exceptional Creative Team", quote:
"The team at SocialVault doesn't just manage our accounts—they've become an extension of our brand. Their viral campaign generated over 5 million impressions and positioned us as industry leaders. Highly recommended.", tag: "Premium Plan", avatarSrc:
"http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", avatarAlt: "James Mitchell", 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"},
{
id: "3",
name: "Lisa Zhang, Marketing Director of E-Shop Elite",
date: "Date: November 10, 2024",
title: "Direct Revenue Impact",
quote:
"We saw a $2.1M increase in sales directly attributed to SocialVault's social commerce strategy. Their data-driven approach and constant optimization have been invaluable to our growth.",
tag: "Enterprise Plan",
avatarSrc:
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
avatarAlt: "Lisa Zhang",
imageSrc:
"http://img.b2bpic.net/free-photo/social-media-marketing-concept-marketing-with-applications_23-2150063168.jpg?_wi=2",
},
id: "3", name: "Lisa Zhang, Marketing Director of E-Shop Elite", date: "Date: November 10, 2024", title: "Direct Revenue Impact", quote:
"We saw a $2.1M increase in sales directly attributed to SocialVault's social commerce strategy. Their data-driven approach and constant optimization have been invaluable to our growth.", tag: "Enterprise Plan", avatarSrc:
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", avatarAlt: "Lisa Zhang", imageSrc:
"http://img.b2bpic.net/free-photo/social-media-marketing-concept-marketing-with-applications_23-2150063168.jpg"},
{
id: "4",
name: "Michael Torres, Owner of Wellness Co",
date: "Date: October 5, 2024",
title: "Professional & Transparent",
quote:
"What impressed me most was SocialVault's transparency and commitment to our goals. They provided detailed reports, explained every decision, and truly treated our brand as their own.",
tag: "Growth Plan",
avatarSrc:
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
avatarAlt: "Michael Torres",
imageSrc:
"http://img.b2bpic.net/free-photo/professional-agency-setup-cinematic-footage-creation-video-editing_482257-118951.jpg?_wi=2",
},
id: "4", name: "Michael Torres, Owner of Wellness Co", date: "Date: October 5, 2024", title: "Professional & Transparent", quote:
"What impressed me most was SocialVault's transparency and commitment to our goals. They provided detailed reports, explained every decision, and truly treated our brand as their own.", tag: "Growth Plan", avatarSrc:
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", avatarAlt: "Michael Torres", imageSrc:
"http://img.b2bpic.net/free-photo/professional-agency-setup-cinematic-footage-creation-video-editing_482257-118951.jpg"},
{
id: "5",
name: "Rachel Palmer, Brand Manager at Real Estate Pro",
date: "Date: September 22, 2024",
title: "Consistent Excellence",
quote:
"Month after month, quarter after quarter—SocialVault consistently delivers. Their team is responsive, creative, and always pushing our brand forward. Best investment in marketing we've made.",
tag: "Premium Plan",
avatarSrc:
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
avatarAlt: "Rachel Palmer",
imageSrc:
"http://img.b2bpic.net/free-vector/flat-social-media-day-social-media-post-template_23-2149420400.jpg?_wi=2",
},
id: "5", name: "Rachel Palmer, Brand Manager at Real Estate Pro", date: "Date: September 22, 2024", title: "Consistent Excellence", quote:
"Month after month, quarter after quarter—SocialVault consistently delivers. Their team is responsive, creative, and always pushing our brand forward. Best investment in marketing we've made.", tag: "Premium Plan", avatarSrc:
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", avatarAlt: "Rachel Palmer", imageSrc:
"http://img.b2bpic.net/free-vector/flat-social-media-day-social-media-post-template_23-2149420400.jpg"},
{
id: "6",
name: "Alex Chen, CEO of Digital Ventures",
date: "Date: August 18, 2024",
title: "Beyond Expectations",
quote:
"From strategy to execution, SocialVault exceeded every expectation. Their insights have shaped our entire digital presence and we've seen measurable growth across every metric.",
tag: "Enterprise Plan",
avatarSrc:
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
avatarAlt: "Alex Chen",
imageSrc:
"http://img.b2bpic.net/free-photo/business-executives-reviewing-marketing-trends_482257-121143.jpg?_wi=2",
},
id: "6", name: "Alex Chen, CEO of Digital Ventures", date: "Date: August 18, 2024", title: "Beyond Expectations", quote:
"From strategy to execution, SocialVault exceeded every expectation. Their insights have shaped our entire digital presence and we've seen measurable growth across every metric.", tag: "Enterprise Plan", avatarSrc:
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", avatarAlt: "Alex Chen", imageSrc:
"http://img.b2bpic.net/free-photo/business-executives-reviewing-marketing-trends_482257-121143.jpg"},
]}
/>
</div>
@@ -430,7 +306,7 @@ export default function HomePage() {
{ text: "Schedule Your Free Consultation", href: "/contact" },
{ text: "View Our Latest Case Study", href: "/portfolio" },
]}
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={true}
buttonAnimation="slide-up"
/>
@@ -444,6 +320,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
import TeamCardFive from "@/components/sections/team/TeamCardFive";
}

View File

@@ -33,8 +33,7 @@ export default function PortfolioPage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Services", href: "/services" },
{ label: "Pricing", href: "/pricing" },
{ label: "Portfolio", href: "/portfolio" },
@@ -42,8 +41,7 @@ export default function PortfolioPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/team" },
{ label: "Blog", href: "#" },
@@ -51,8 +49,7 @@ export default function PortfolioPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact", href: "/contact" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },
@@ -68,7 +65,7 @@ export default function PortfolioPage() {
borderRadius="soft"
contentWidth="medium"
sizing="largeSmall"
background="grid"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -95,38 +92,17 @@ export default function PortfolioPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1",
brand: "TechStart Inc",
name: "From 0 to 100K Followers",
price: "+350% Growth",
rating: 5,
reviewCount: "18 months",
imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-people-working-with-laptop_23-2149636255.jpg?_wi=3",
imageAlt: "TechStart successful social media campaign results",
},
id: "1", brand: "TechStart Inc", name: "From 0 to 100K Followers", price: "+350% Growth", rating: 5,
reviewCount: "18 months", imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-people-working-with-laptop_23-2149636255.jpg", imageAlt: "TechStart successful social media campaign results"},
{
id: "2",
brand: "Fashion Forward",
name: "Viral Campaign Success",
price: "+5.2M Impressions",
rating: 5,
reviewCount: "3 months",
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=3",
imageAlt: "Fashion Forward viral campaign showcase",
},
id: "2", brand: "Fashion Forward", name: "Viral Campaign Success", price: "+5.2M Impressions", rating: 5,
reviewCount: "3 months", 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: "Fashion Forward viral campaign showcase"},
{
id: "3",
brand: "E-Shop Elite",
name: "Social Commerce Revenue",
price: "+$2.1M Sales",
rating: 5,
reviewCount: "12 months",
imageSrc:
"http://img.b2bpic.net/free-photo/social-media-marketing-concept-marketing-with-applications_23-2150063168.jpg?_wi=3",
imageAlt: "E-Shop Elite social commerce success",
},
id: "3", brand: "E-Shop Elite", name: "Social Commerce Revenue", price: "+$2.1M Sales", rating: 5,
reviewCount: "12 months", imageSrc:
"http://img.b2bpic.net/free-photo/social-media-marketing-concept-marketing-with-applications_23-2150063168.jpg", imageAlt: "E-Shop Elite social commerce success"},
]}
/>
</div>
@@ -143,14 +119,10 @@ export default function PortfolioPage() {
useInvertedBackground={false}
features={[
{
id: "1",
title: "Strategy & Discovery",
description:
"We begin with a comprehensive analysis of your brand, audience, and competitive landscape to develop a tailored social media strategy.",
media: {
id: "1", title: "Strategy & Discovery", description:
"We begin with a comprehensive analysis of your brand, audience, and competitive landscape to develop a tailored social media strategy.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/business-executives-reviewing-marketing-trends_482257-121143.jpg?_wi=3",
},
"http://img.b2bpic.net/free-photo/business-executives-reviewing-marketing-trends_482257-121143.jpg"},
items: [
{ icon: Target, text: "Audience research & segmentation" },
{ icon: TrendingUp, text: "Competitive analysis" },
@@ -159,14 +131,10 @@ export default function PortfolioPage() {
reverse: false,
},
{
id: "2",
title: "Creative Execution",
description:
"Our creative team produces stunning visual content that captures your brand's voice and resonates with your audience.",
media: {
id: "2", title: "Creative Execution", description:
"Our creative team produces stunning visual content that captures your brand's voice and resonates with your audience.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/professional-agency-setup-cinematic-footage-creation-video-editing_482257-118951.jpg?_wi=3",
},
"http://img.b2bpic.net/free-photo/professional-agency-setup-cinematic-footage-creation-video-editing_482257-118951.jpg"},
items: [
{ icon: Palette, text: "Visual design & branding" },
{ icon: Camera, text: "Photography & videography" },
@@ -175,14 +143,10 @@ export default function PortfolioPage() {
reverse: true,
},
{
id: "3",
title: "Performance Optimization",
description:
"We continuously monitor performance metrics and optimize campaigns to maximize ROI and engagement.",
media: {
id: "3", title: "Performance Optimization", description:
"We continuously monitor performance metrics and optimize campaigns to maximize ROI and engagement.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=2",
},
"http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg"},
items: [
{ icon: BarChart3, text: "Real-time analytics tracking" },
{ icon: PieChart, text: "Performance optimization" },
@@ -205,7 +169,7 @@ export default function PortfolioPage() {
{ text: "Schedule a Consultation", href: "/contact" },
{ text: "Back to Home", href: "/" },
]}
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttonAnimation="slide-up"
/>

View File

@@ -24,8 +24,7 @@ export default function PricingPage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Services", href: "/services" },
{ label: "Pricing", href: "/pricing" },
{ label: "Portfolio", href: "/portfolio" },
@@ -33,8 +32,7 @@ export default function PricingPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/team" },
{ label: "Blog", href: "#" },
@@ -42,8 +40,7 @@ export default function PricingPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact", href: "/contact" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },
@@ -59,7 +56,7 @@ export default function PricingPage() {
borderRadius="soft"
contentWidth="medium"
sizing="largeSmall"
background="grid"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -85,66 +82,25 @@ export default function PricingPage() {
useInvertedBackground={false}
plans={[
{
id: "growth",
tag: "Growth Plan",
tagIcon: TrendingUp,
price: "$3,000",
period: "/month",
description:
"Perfect for businesses scaling their social presence and building community engagement.",
button: { text: "Start Growing", href: "/contact" },
featuresTitle: "What's Included:",
features: [
"Strategy development & planning",
"4 social media platforms managed",
"20 content posts/month",
"Weekly engagement & community management",
"Monthly performance reports",
"Quarterly strategy reviews",
],
id: "growth", tag: "Growth Plan", tagIcon: TrendingUp,
price: "$3,000", period: "/month", description:
"Perfect for businesses scaling their social presence and building community engagement.", button: { text: "Start Growing", href: "/contact" },
featuresTitle: "What's Included:", features: [
"Strategy development & planning", "4 social media platforms managed", "20 content posts/month", "Weekly engagement & community management", "Monthly performance reports", "Quarterly strategy reviews"],
},
{
id: "premium",
tag: "Premium Plan",
tagIcon: Sparkles,
price: "$6,500",
period: "/month",
description:
"For established brands seeking aggressive growth and comprehensive social strategy.",
button: { text: "Get Started", href: "/contact" },
featuresTitle: "What's Included:",
features: [
"Full-stack social strategy",
"All social platforms managed",
"40 content posts/month",
"Daily engagement & community management",
"Professional video content (2/month)",
"Influencer partnerships",
"Real-time analytics dashboard",
"Bi-weekly strategy calls",
],
id: "premium", tag: "Premium Plan", tagIcon: Sparkles,
price: "$6,500", period: "/month", description:
"For established brands seeking aggressive growth and comprehensive social strategy.", button: { text: "Get Started", href: "/contact" },
featuresTitle: "What's Included:", features: [
"Full-stack social strategy", "All social platforms managed", "40 content posts/month", "Daily engagement & community management", "Professional video content (2/month)", "Influencer partnerships", "Real-time analytics dashboard", "Bi-weekly strategy calls"],
},
{
id: "enterprise",
tag: "Enterprise Plan",
tagIcon: Crown,
price: "Custom",
period: "/month",
description:
"Dedicated team, white-glove service, and custom solutions for enterprise brands.",
button: { text: "Schedule Consultation", href: "/contact" },
featuresTitle: "What's Included:",
features: [
"Dedicated account manager",
"Unlimited platforms & campaigns",
"Unlimited content creation",
"24/7 community management",
"Professional video production",
"Crisis management support",
"Custom reporting & analytics",
"Weekly strategic consultations",
"Custom integrations & tools",
],
id: "enterprise", tag: "Enterprise Plan", tagIcon: Crown,
price: "Custom", period: "/month", description:
"Dedicated team, white-glove service, and custom solutions for enterprise brands.", button: { text: "Schedule Consultation", href: "/contact" },
featuresTitle: "What's Included:", features: [
"Dedicated account manager", "Unlimited platforms & campaigns", "Unlimited content creation", "24/7 community management", "Professional video production", "Crisis management support", "Custom reporting & analytics", "Weekly strategic consultations", "Custom integrations & tools"],
},
]}
/>
@@ -161,7 +117,7 @@ export default function PricingPage() {
{ text: "Schedule Free Consultation", href: "/contact" },
{ text: "View Our Services", href: "/" },
]}
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttonAnimation="slide-up"
/>