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]" /> +
+ +
@@ -174,7 +195,7 @@ export default function WebAgency2Page() { copyrightText="© 2026 | AIVision AI Lab" columns={[ { - title: "Solutions", items: [ + title: "Solutions", items: [ { label: "Automation", href: "#" }, { label: "Model Training", href: "#" }, { label: "Analytics", href: "#" }, @@ -182,7 +203,7 @@ export default function WebAgency2Page() { ], }, { - title: "Company", items: [ + title: "Company", items: [ { label: "About Us", href: "#about" }, { label: "Careers", href: "#" }, { label: "Blog", href: "#" }, @@ -190,7 +211,7 @@ export default function WebAgency2Page() { ], }, { - title: "Research", items: [ + title: "Research", items: [ { label: "Papers", href: "#" }, { label: "API", href: "#" }, { label: "Security", href: "#" },