Merge version_1 into main #1
@@ -65,11 +65,11 @@ export default function LandingPage() {
|
||||
]}
|
||||
avatarText="Trusted by 150+ brands"
|
||||
marqueeItems={[
|
||||
{ text: "Instagram Growth", icon: TrendingUp },
|
||||
{ text: "Brand Strategy", icon: Zap },
|
||||
{ text: "Content Creation", icon: Sparkles },
|
||||
{ text: "Community Management", icon: Users },
|
||||
{ text: "Analytics & Insights", icon: BarChart3 }
|
||||
{ type: "text-icon", text: "Instagram Growth", icon: TrendingUp },
|
||||
{ type: "text-icon", text: "Brand Strategy", icon: Zap },
|
||||
{ type: "text-icon", text: "Content Creation", icon: Sparkles },
|
||||
{ type: "text-icon", text: "Community Management", icon: Users },
|
||||
{ type: "text-icon", text: "Analytics & Insights", icon: BarChart3 }
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
showMarqueeCard={true}
|
||||
@@ -157,16 +157,16 @@ export default function LandingPage() {
|
||||
animationType="scale-rotate"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "150+", title: "Brands Served", description: "Across diverse industries and markets"
|
||||
id: "1", value: "150+", title: "Brands Served", description: "Across diverse industries and markets", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gsmv9u", imageAlt: "Brands served across industries"
|
||||
},
|
||||
{
|
||||
id: "2", value: "500M+", title: "Content Impressions", description: "Generated across all platforms"
|
||||
id: "2", value: "500M+", title: "Content Impressions", description: "Generated across all platforms", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e65mie", imageAlt: "Content impressions metrics"
|
||||
},
|
||||
{
|
||||
id: "3", value: "8+", title: "Years Experience", description: "In social media marketing excellence"
|
||||
id: "3", value: "8+", title: "Years Experience", description: "In social media marketing excellence", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1zc4p5", imageAlt: "Years of experience"
|
||||
},
|
||||
{
|
||||
id: "4", value: "320%", title: "Avg. ROI", description: "Delivered to our clients yearly"
|
||||
id: "4", value: "320%", title: "Avg. ROI", description: "Delivered to our clients yearly", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=akmv7m", imageAlt: "Average ROI results"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user