Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-03 18:22:54 +00:00

View File

@@ -111,28 +111,22 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: 1,
title: "Digital Marketing Strategy", description: "Comprehensive strategy frameworks that align your marketing efforts with business objectives. I'll help you identify your target audience, competitive positioning, and growth opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/business-team-working-new-business-plan-with-modern-digital-computer_1423-57.jpg"
id: "1", title: "Digital Marketing Strategy", description: "Comprehensive strategy frameworks that align your marketing efforts with business objectives. I'll help you identify your target audience, competitive positioning, and growth opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/business-team-working-new-business-plan-with-modern-digital-computer_1423-57.jpg"
},
{
id: 2,
title: "SEO Optimization", description: "Technical and content SEO strategies that increase organic visibility and drive qualified traffic. From keyword research to link building, I handle all aspects of search engine optimization.", imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55724.jpg"
id: "2", title: "SEO Optimization", description: "Technical and content SEO strategies that increase organic visibility and drive qualified traffic. From keyword research to link building, I handle all aspects of search engine optimization.", imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55724.jpg"
},
{
id: 3,
title: "Paid Advertising", description: "Strategic Google Ads and Meta Ads campaigns that drive targeted leads and sales. I optimize for cost-per-acquisition and maximize your advertising ROI.", imageSrc: "http://img.b2bpic.net/free-photo/online-marketing-commercial-connection-technology_53876-132688.jpg"
id: "3", title: "Paid Advertising", description: "Strategic Google Ads and Meta Ads campaigns that drive targeted leads and sales. I optimize for cost-per-acquisition and maximize your advertising ROI.", imageSrc: "http://img.b2bpic.net/free-photo/online-marketing-commercial-connection-technology_53876-132688.jpg"
},
{
id: 4,
title: "Social Media Growth", description: "Build authentic engagement and audience growth across social platforms. From content strategy to community management, I create compelling narratives that resonate.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-blogger-live-streaming-makeup-review-video-online_53876-98461.jpg"
id: "4", title: "Social Media Growth", description: "Build authentic engagement and audience growth across social platforms. From content strategy to community management, I create compelling narratives that resonate.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-blogger-live-streaming-makeup-review-video-online_53876-98461.jpg"
},
{
id: 5,
title: "Conversion Rate Optimization", description: "Data-driven optimization of your sales funnel to increase conversion rates. I analyze user behavior, test variations, and implement changes that directly boost revenue.", imageSrc: "http://img.b2bpic.net/free-vector/marketing-optimization-background_23-2148004532.jpg"
id: "5", title: "Conversion Rate Optimization", description: "Data-driven optimization of your sales funnel to increase conversion rates. I analyze user behavior, test variations, and implement changes that directly boost revenue.", imageSrc: "http://img.b2bpic.net/free-vector/marketing-optimization-background_23-2148004532.jpg"
},
{
id: 6,
title: "Brand Positioning", description: "Develop a distinctive brand identity that resonates with your ideal clients. Strategic positioning that differentiates you from competitors and builds long-term authority.", imageSrc: "http://img.b2bpic.net/free-photo/branding-advertisment-copyright-value-profile-concept_53876-121048.jpg"
id: "6", title: "Brand Positioning", description: "Develop a distinctive brand identity that resonates with your ideal clients. Strategic positioning that differentiates you from competitors and builds long-term authority.", imageSrc: "http://img.b2bpic.net/free-photo/branding-advertisment-copyright-value-profile-concept_53876-121048.jpg"
}
]}
/>
@@ -152,7 +146,7 @@ export default function LandingPage() {
metrics={[
{ id: "1", value: "227", title: "%", description: "Average traffic increase within 6 months", icon: TrendingUp },
{ id: "2", value: "78", title: "%", description: "Improvement in conversion rates", icon: Target },
{ id: "3", value: "8", title: "x", description: "Average ROI multiple delivered", icon: Zap },
{ id: "3", value: "8.1", title: "x", description: "Average ROI multiple delivered", icon: Zap },
{ id: "4", value: "95", title: "%", description: "Client satisfaction and retention rate", icon: Award }
]}
/>