diff --git a/pages/_document.js b/pages/_document.js index eb0c168..0721e51 100644 --- a/pages/_document.js +++ b/pages/_document.js @@ -1,10 +1,6 @@ import { Head, Html, Main, NextScript } from "next/document"; -const promo_banner = [ - "Cyber Monday Madness Starts Now!", - "Enjoy Up to 25% Off!", - "Limited Time Offer till 4th December '24." -]; +const promo_banner = []; export default function Document() { return ( @@ -12,7 +8,7 @@ export default function Document() { { - promo_banner && ( + promo_banner && promo_banner.length > 0 && (
{