Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-15 10:55:26 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
tag="Premium Social Marketing"
tagIcon={Sparkles}
tagAnimation="slide-up"
background="radial-gradient"
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "View Our Work", href: "#portfolio" },
{ text: "Schedule Consultation", href: "#contact" }
@@ -89,13 +89,13 @@ export default function LandingPage() {
id: "strategy", title: "Social Strategy & Planning", description: "Custom-built strategies aligned with your business objectives, audience analysis, and competitive positioning.", tag: "Strategy", imageSrc: "http://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991369.jpg", imageAlt: "creative team collaboration workspace"
},
{
id: "content", title: "Content Creation & Production", description: "Engaging, on-brand content including graphics, videos, reels, and stories optimized for each platform.", tag: "Creation", imageSrc: "http://img.b2bpic.net/free-psd/fashion-trends-instagram-posts_23-2150773661.jpg?_wi=1", imageAlt: "social media campaign creative showcase"
id: "content", title: "Content Creation & Production", description: "Engaging, on-brand content including graphics, videos, reels, and stories optimized for each platform.", tag: "Creation", imageSrc: "http://img.b2bpic.net/free-psd/fashion-trends-instagram-posts_23-2150773661.jpg", imageAlt: "social media campaign creative showcase"
},
{
id: "management", title: "Community & Account Management", description: "Day-to-day management, community engagement, customer service, and crisis management across all platforms.", tag: "Management", imageSrc: "http://img.b2bpic.net/free-photo/hand-taking-photos-with-smartphone_23-2149410368.jpg?_wi=1", imageAlt: "tiktok marketing strategy campaign"
id: "management", title: "Community & Account Management", description: "Day-to-day management, community engagement, customer service, and crisis management across all platforms.", tag: "Management", imageSrc: "http://img.b2bpic.net/free-photo/hand-taking-photos-with-smartphone_23-2149410368.jpg", imageAlt: "tiktok marketing strategy campaign"
},
{
id: "advertising", title: "Paid Social Advertising", description: "Data-driven paid campaigns on Facebook, Instagram, TikTok, and LinkedIn to maximize conversions and ROI.", tag: "Advertising", imageSrc: "http://img.b2bpic.net/free-photo/create-something-special-have-cooperate-with-right-people_329181-14325.jpg?_wi=1", imageAlt: "ecommerce marketing social strategy"
id: "advertising", title: "Paid Social Advertising", description: "Data-driven paid campaigns on Facebook, Instagram, TikTok, and LinkedIn to maximize conversions and ROI.", tag: "Advertising", imageSrc: "http://img.b2bpic.net/free-photo/create-something-special-have-cooperate-with-right-people_329181-14325.jpg", imageAlt: "ecommerce marketing social strategy"
}
]}
/>
@@ -114,13 +114,13 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "case-1", name: "TechFlow Growth Campaign", price: "+340% Engagement", imageSrc: "http://img.b2bpic.net/free-psd/fashion-trends-instagram-posts_23-2150773661.jpg?_wi=2", imageAlt: "TechFlow Growth Campaign"
id: "case-1", name: "TechFlow Growth Campaign", price: "+340% Engagement", imageSrc: "http://img.b2bpic.net/free-psd/fashion-trends-instagram-posts_23-2150773661.jpg", imageAlt: "TechFlow Growth Campaign"
},
{
id: "case-2", name: "Fashion Brand Launch", price: "+2.5M Impressions", imageSrc: "http://img.b2bpic.net/free-photo/hand-taking-photos-with-smartphone_23-2149410368.jpg?_wi=2", imageAlt: "Fashion Brand Launch"
id: "case-2", name: "Fashion Brand Launch", price: "+2.5M Impressions", imageSrc: "http://img.b2bpic.net/free-photo/hand-taking-photos-with-smartphone_23-2149410368.jpg", imageAlt: "Fashion Brand Launch"
},
{
id: "case-3", name: "E-commerce Optimization", price: "+45% Conversion", imageSrc: "http://img.b2bpic.net/free-photo/create-something-special-have-cooperate-with-right-people_329181-14325.jpg?_wi=2", imageAlt: "E-commerce Optimization"
id: "case-3", name: "E-commerce Optimization", price: "+45% Conversion", imageSrc: "http://img.b2bpic.net/free-photo/create-something-special-have-cooperate-with-right-people_329181-14325.jpg", imageAlt: "E-commerce Optimization"
}
]}
/>