diff --git a/app/globals.css b/app/globals.css index f015b93..797294c 100644 --- a/app/globals.css +++ b/app/globals.css @@ -160,6 +160,7 @@ } } + #hide-scrollbar { /* For Internet Explorer and Edge */ -ms-overflow-style: none; diff --git a/app/layout.tsx b/app/layout.tsx index d3645b0..afd533e 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -28,7 +28,7 @@ export default function RootLayout({ }>) { return ( - + {children} diff --git a/app/page.tsx b/app/page.tsx index 3576bd0..4f4fd63 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,9 +1,8 @@ -import MonoHero from '@/components/Landing/MonoHero'; -import MonoFeatures from '@/components/Landing/MonoFeatures'; -import MonoTestimonials from '@/components/Landing/MonoTestimonials'; -import MonoCTA from '@/components/Landing/MonoCTA'; -import MonoFooter from '@/components/Landing/MonoFooter'; -import { Navbar } from '@/components/Landing/Navbar'; +import Hero from '@/components/Landing/Hero'; +import Features from '@/components/Landing/Features'; +import AutomationIntegrationSection from '@/components/Landing/AutomationIntegrationSection'; +import CTA from '@/components/Landing/CTA'; +import Footer from '@/components/Landing/Footer'; import { cn } from '@/lib/utils'; import { Metadata } from 'next'; @@ -63,11 +62,11 @@ export default function LandingPage() { id={'hide-scrollbar'} > {/* */} - - - - - + + + + +