Update src/app/page.tsx
This commit is contained in:
@@ -9,7 +9,7 @@ import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen
|
||||
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { Sparkles, Bot, Mic, MessageCircle, Globe, MessageSquare, Workflow, Calendar, Share2, Cpu, Zap, Users } from "lucide-react";
|
||||
import { Sparkles, Bot, Mic, MessageCircle, Globe, MessageSquare, Workflow, Calendar, Share2, Cpu, Zap, Users, Trophy } from "lucide-react";
|
||||
|
||||
export default function WebAgency2Page() {
|
||||
return (
|
||||
@@ -103,7 +103,7 @@ export default function WebAgency2Page() {
|
||||
{ id: "step1", value: "01", title: "Consultation", description: "Identifying your specific needs.", icon: Users },
|
||||
{ id: "step2", value: "02", title: "Strategy", description: "Planning your AI roadmap.", icon: Cpu },
|
||||
{ id: "step3", value: "03", title: "Development", description: "Building your custom solution.", icon: Zap },
|
||||
{ id: "step4", value: "04", title: "Launch", description: "Deployment and ongoing support.", icon: Award },
|
||||
{ id: "step4", value: "04", title: "Launch", description: "Deployment and ongoing support.", icon: Trophy },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user