diff --git a/src/app/page.tsx b/src/app/page.tsx index 5925118..c143d81 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import { Zap } from 'lucide-react'; export default function Portfolio() { return ( @@ -69,6 +70,7 @@ export default function Portfolio() { title="How I Work With Clients" description="My proven process ensures that every project exceeds expectations, from initial discovery through successful launch and ongoing optimization." tag="Process" + tagIcon={Zap} steps={[ { number: "01", title: "Discovery & Strategy", tag: "Week 1", description: "Deep dive into your brand, goals, and audience. I analyze your competition and craft a strategic roadmap for success."