Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ae74a9ed8e | |||
| f3d45c65c1 |
@@ -10,6 +10,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
|||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
|
import { Zap } from 'lucide-react';
|
||||||
|
|
||||||
export default function Portfolio() {
|
export default function Portfolio() {
|
||||||
return (
|
return (
|
||||||
@@ -69,6 +70,7 @@ export default function Portfolio() {
|
|||||||
title="How I Work With Clients"
|
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."
|
description="My proven process ensures that every project exceeds expectations, from initial discovery through successful launch and ongoing optimization."
|
||||||
tag="Process"
|
tag="Process"
|
||||||
|
tagIcon={Zap}
|
||||||
steps={[
|
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."
|
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."
|
||||||
|
|||||||
Reference in New Issue
Block a user