diff --git a/src/app/page.tsx b/src/app/page.tsx index 7145ba4..7b1ca2e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,5 +1,6 @@ import Navbar from '@/components/Navbar/Navbar'; import Hero from '@/components/Hero/Hero'; +import ReformaSlider from '@/components/ReformaSlider/ReformaSlider'; import Features from '@/components/Features/Features'; import Pricing from '@/components/Pricing/Pricing'; import ContactForm from '@/components/ContactForm/ContactForm'; @@ -8,12 +9,12 @@ import Footer from '@/components/Footer/Footer'; export default function Home() { return ( <> - + {/* */}
+ -