diff --git a/src/app/page.tsx b/src/app/page.tsx index 9442640..5bc91f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; export default function LandingPage() { return ( @@ -75,6 +76,15 @@ export default function LandingPage() { /> +
+ +
+