Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-14 20:58:28 +00:00

View File

@@ -105,16 +105,16 @@ export default function LandingPage() {
animationType="slide-up"
metrics={[
{
id: "growth", value: "300%+", title: "Average Follower Growth", description: "In the first 6 months of partnering with us", imageSrc: "http://img.b2bpic.net/free-photo/bar-graph-statistics-analysis-business-concept_53876-128027.jpg", imageAlt: "business growth statistics"
id: "growth", value: "300%+", title: "Average Follower Growth", description: "In the first 6 months of partnering with us", imageSrc: "http://img.b2bpic.net/free-photo/bar-graph-statistics-analysis-business-concept_53876-128027.jpg?_wi=1", imageAlt: "business growth statistics"
},
{
id: "engagement", value: "5x", title: "Higher Engagement", description: "Compared to industry averages for local businesses", imageSrc: "http://img.b2bpic.net/free-photo/bar-graph-statistics-analysis-business-concept_53876-128027.jpg", imageAlt: "engagement metrics analytics"
id: "engagement", value: "5x", title: "Higher Engagement", description: "Compared to industry averages for local businesses", imageSrc: "http://img.b2bpic.net/free-photo/bar-graph-statistics-analysis-business-concept_53876-128027.jpg?_wi=2", imageAlt: "engagement metrics analytics"
},
{
id: "customers", value: "40%+", title: "New Customer Acquisition", description: "Through improved online presence and targeted ads", imageSrc: "http://img.b2bpic.net/free-photo/bar-graph-statistics-analysis-business-concept_53876-128027.jpg", imageAlt: "customer acquisition data"
id: "customers", value: "40%+", title: "New Customer Acquisition", description: "Through improved online presence and targeted ads", imageSrc: "http://img.b2bpic.net/free-photo/bar-graph-statistics-analysis-business-concept_53876-128027.jpg?_wi=3", imageAlt: "customer acquisition data"
},
{
id: "roi", value: "250%", title: "Average ROI", description: "From our advertising campaigns within 3 months", imageSrc: "http://img.b2bpic.net/free-photo/bar-graph-statistics-analysis-business-concept_53876-128027.jpg", imageAlt: "return on investment metrics"
id: "roi", value: "250%", title: "Average ROI", description: "From our advertising campaigns within 3 months", imageSrc: "http://img.b2bpic.net/free-photo/bar-graph-statistics-analysis-business-concept_53876-128027.jpg?_wi=4", imageAlt: "return on investment metrics"
}
]}
buttons={[{ text: "Start Your Growth Journey", href: "#contact" }]}