diff --git a/public/img/hero.png b/public/img/hero.png index 0325e16..6d62a1d 100644 Binary files a/public/img/hero.png and b/public/img/hero.png differ diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7fff615..cab4785 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,6 @@ import "./globals.css"; import { Navbar } from "@/components/Navbar"; import { Footer } from "@/components/Footer"; -import { PopupWidget } from "@/components/PopupWidget"; const inter = Inter({ subsets: ["latin"] }); @@ -29,7 +28,6 @@ export default function RootLayout({
{children}