diff --git a/src/App.tsx b/src/App.tsx index a4f0842..38be6ab 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,6 +9,7 @@ import PricingPage from "@/pages/PricingPage"; import PricingSimpleCards from "@/components/sections/pricing/PricingSimpleCards"; import FaqSection from "@/components/sections/faq/FaqSection"; import ContactForm from "@/components/sections/contact/ContactForm"; +import ImageOrVideo from "@/components/ui/ImageOrVideo"; export default function App() { return ( @@ -21,6 +22,9 @@ export default function App() { } /> } /> +
+ +