Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-07 22:33:30 +00:00
2 changed files with 1375 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -56,11 +56,11 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }}
carouselItems={[
{ id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/view-messy-office-workspace-with-personal-computer_23-2150282053.jpg", imageAlt: "creative social media campaign dashboard" },
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/person-firing-like-gun-social-media-reaction_53876-98457.jpg", imageAlt: "influencer marketing campaign successful" },
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947506.jpg", imageAlt: "ecommerce social selling platform success" },
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-with-curly-hair-texting_23-2148660682.jpg", imageAlt: "community engagement social media building" },
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/person-firing-like-gun-social-media-reaction_53876-98457.jpg?_wi=1", imageAlt: "influencer marketing campaign successful" },
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947506.jpg?_wi=1", imageAlt: "ecommerce social selling platform success" },
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-with-curly-hair-texting_23-2148660682.jpg?_wi=1", imageAlt: "community engagement social media building" },
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/manager-lady-writing-laptop-looking-camera-smiling-while-diverse-colleagues-working-background_482257-5227.jpg", imageAlt: "creative agency office team collaboration" },
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera-new-movie_23-2149066384.jpg", imageAlt: "content creation production studio" }
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera-new-movie_23-2149066384.jpg?_wi=1", imageAlt: "content creation production studio" }
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -96,7 +96,7 @@ export default function LandingPage() {
title: "Strategy & Planning", description: "Custom social strategies aligned with your business goals, audience insights, and competitive positioning", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-business-strategy-with-target_23-2149164451.jpg", imageAlt: "Social Media Strategy Planning"
},
{
title: "Content Creation", description: "High-quality visual and video content that resonates with your audience and drives meaningful engagement", imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera-new-movie_23-2149066384.jpg", imageAlt: "Professional Content Creation"
title: "Content Creation", description: "High-quality visual and video content that resonates with your audience and drives meaningful engagement", imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera-new-movie_23-2149066384.jpg?_wi=2", imageAlt: "Professional Content Creation"
},
{
title: "Analytics & Optimization", description: "Data-driven insights and continuous optimization to maximize ROI and platform performance metrics", imageSrc: "http://img.b2bpic.net/free-photo/people-using-digital-device-while-meeting_23-2149085923.jpg", imageAlt: "Advanced Analytics Dashboard"
@@ -119,15 +119,15 @@ export default function LandingPage() {
products={[
{
id: "case-1", brand: "TechFlow Inc", name: "B2B SaaS Growth Campaign", price: "2.3M impressions", rating: 5,
reviewCount: "156% ROI", imageSrc: "http://img.b2bpic.net/free-photo/person-firing-like-gun-social-media-reaction_53876-98457.jpg", imageAlt: "TechFlow successful campaign results"
reviewCount: "156% ROI", imageSrc: "http://img.b2bpic.net/free-photo/person-firing-like-gun-social-media-reaction_53876-98457.jpg?_wi=2", imageAlt: "TechFlow successful campaign results"
},
{
id: "case-2", brand: "LuxeRetail Co", name: "E-commerce Social Selling", price: "$842K revenue", rating: 5,
reviewCount: "47K conversions", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947506.jpg", imageAlt: "LuxeRetail ecommerce success"
reviewCount: "47K conversions", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947506.jpg?_wi=2", imageAlt: "LuxeRetail ecommerce success"
},
{
id: "case-3", brand: "BrandBuilders", name: "Community Engagement", price: "125K followers", rating: 5,
reviewCount: "89% engagement", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-with-curly-hair-texting_23-2148660682.jpg", imageAlt: "BrandBuilders community growth"
reviewCount: "89% engagement", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-with-curly-hair-texting_23-2148660682.jpg?_wi=2", imageAlt: "BrandBuilders community growth"
}
]}
/>