diff --git a/public/ux.svg b/public/images/home/ux.svg similarity index 100% rename from public/ux.svg rename to public/images/home/ux.svg diff --git a/src/app/(home)/layout.tsx b/src/app/(home)/layout.tsx index 66b9a3a..a55b18a 100644 --- a/src/app/(home)/layout.tsx +++ b/src/app/(home)/layout.tsx @@ -1,6 +1,7 @@ import Footer from '@/src/components/HomeLayoutComponents/FooterComponent' import Header from '@/src/components/HomeLayoutComponents/HeaderComponent' import React, { ReactNode } from 'react' +import './style.css' @@ -8,10 +9,12 @@ import React, { ReactNode } from 'react' const PublicLayout = ({ children }: { children: ReactNode }) => { return ( <> -
- {children} +
+
+ {children} +