From f3d45c65c1c3278f1e6f26bb26a914144394c338 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 17 Jan 2026 06:33:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) 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." -- 2.49.1