diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d47085..31bdfa6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { Award, Code, Briefcase, Clock, Lightbulb, Mail } from 'lucide-react'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; export default function HomePage() { return ( @@ -274,7 +275,20 @@ export default function HomePage() { background={{ variant: "plain" }} /> - + +