Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7fc1da28ef | |||
| ff49f41100 | |||
| 75ef04c02f |
@@ -9,7 +9,8 @@ import MetricCardFive from '@/components/sections/metrics/MetricCardFive';
|
|||||||
import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine';
|
import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine';
|
||||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||||
import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial';
|
import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial';
|
||||||
import { TrendingUp, Users, Award, Target, Rocket, Linkedin, Twitter, Facebook, Instagram } from "lucide-react";
|
import MetricCardSix from '@/components/sections/metrics/MetricCardSix';
|
||||||
|
import { TrendingUp, Users, Award, Target, Rocket, Linkedin, Twitter, Facebook, Instagram, ArrowUp, Code, Zap, Layers, Globe, Lightbulb } from "lucide-react";
|
||||||
|
|
||||||
export default function MarketingPage() {
|
export default function MarketingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -106,6 +107,33 @@ export default function MarketingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="projects" data-section="projects">
|
||||||
|
<MetricCardSix
|
||||||
|
title="Featured Projects"
|
||||||
|
description="Showcase of our latest work and successful campaigns"
|
||||||
|
tag="Portfolio"
|
||||||
|
tagIcon={Lightbulb}
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground="noInvert"
|
||||||
|
animationType="slide-up"
|
||||||
|
gridVariant="uniform-all-items-equal"
|
||||||
|
metrics={[
|
||||||
|
{ id: "1", value: "Brand Refresh", tag: "Design", tagIcon: Code, title: "Complete visual identity redesign for tech startup" },
|
||||||
|
{ id: "2", value: "Growth Campaign", tag: "Marketing", tagIcon: ArrowUp, title: "Social media campaign driving 150% engagement increase" },
|
||||||
|
{ id: "3", value: "Web Platform", tag: "Development", tagIcon: Zap, title: "High-performance marketing automation platform" },
|
||||||
|
{ id: "4", value: "Content Strategy", tag: "Strategy", tagIcon: Layers, title: "12-month content roadmap generating qualified leads" },
|
||||||
|
{ id: "5", value: "International Launch", tag: "Campaign", tagIcon: Globe, title: "Multi-market expansion strategy for SaaS product" },
|
||||||
|
{ id: "6", value: "Brand Partnerships", tag: "Growth", tagIcon: Target, title: "Strategic partnership program reaching 500K+ audience" },
|
||||||
|
{ id: "7", value: "Email Campaigns", tag: "Marketing", tagIcon: TrendingUp, title: "Conversion-focused email sequences achieving 35% open rate" },
|
||||||
|
{ id: "8", value: "SEO Optimization", tag: "Technical", tagIcon: ArrowUp, title: "Organic traffic growth from zero to 100K monthly visitors" },
|
||||||
|
{ id: "9", value: "Video Marketing", tag: "Content", tagIcon: Code, title: "Product demo videos generating 2M+ total views" },
|
||||||
|
{ id: "10", value: "Influencer Program", tag: "Partnerships", tagIcon: Users, title: "Managed network of 50+ influencers for brand advocacy" },
|
||||||
|
{ id: "11", value: "Crisis Management", tag: "Strategy", tagIcon: Rocket, title: "Reputation recovery campaign for established brand" },
|
||||||
|
{ id: "12", value: "Loyalty Program", tag: "Retention", tagIcon: Award, title: "Customer retention program increasing lifetime value by 200%" }
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics">
|
||||||
<MetricCardFive
|
<MetricCardFive
|
||||||
title="Performance That Speaks"
|
title="Performance That Speaks"
|
||||||
|
|||||||
Reference in New Issue
Block a user