diff --git a/app/globals.css b/app/globals.css index 7c6c36c..6282b76 100644 --- a/app/globals.css +++ b/app/globals.css @@ -159,6 +159,10 @@ body { position: relative; } +.bg-banner-footer { + background: url(../public/assets/images/banner-footer.png); +} + .bg-banner-home::after { content: ""; position: absolute; diff --git a/components/layout/index.js b/components/layout/index.js index 56321dc..1293df7 100644 --- a/components/layout/index.js +++ b/components/layout/index.js @@ -4,9 +4,6 @@ import Header from './Header'; function Layout({ children, title }) { return (
- {/* - {`${title} | نوبت ۷۲۴`} - */}
@@ -15,8 +12,10 @@ function Layout({ children, title }) { {children}
-
) diff --git a/public/assets/images/banner-footer.png b/public/assets/images/banner-footer.png new file mode 100644 index 0000000..111866b Binary files /dev/null and b/public/assets/images/banner-footer.png differ