diff --git a/src/app/page.tsx b/src/app/page.tsx index 27bf785..c01c7e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,8 @@ import FaqBase from "@/components/sections/faq/FaqBase"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; -import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users } from "lucide-react"; +import PricingCardNine from "@/components/sections/pricing/PricingCardNine"; +import { Sparkles, ArrowUpRight, Zap, TrendingUp, Award } from "lucide-react"; export default function WebAgency2Page() { return ( @@ -35,6 +36,7 @@ export default function WebAgency2Page() { navItems={[ { name: "Capabilities", id: "services" }, { name: "Showcase", id: "work" }, + { name: "Pricing", id: "pricing" }, { name: "Methodology", id: "about" }, { name: "Contact", id: "contact" }, ]} @@ -65,6 +67,25 @@ export default function WebAgency2Page() { ]} carouselItemClassName="!aspect-[4/5]" /> +