From e3a2d0929847d35429f6245de49e7c83a9822c21 Mon Sep 17 00:00:00 2001 From: Ayush Sharma Date: Mon, 2 Dec 2024 21:06:57 +0530 Subject: [PATCH] fix: banner --- pages/_document.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/_document.js b/pages/_document.js index 1b83c49..eb0c168 100644 --- a/pages/_document.js +++ b/pages/_document.js @@ -1,9 +1,9 @@ import { Head, Html, Main, NextScript } from "next/document"; const promo_banner = [ - "Black Friday Deals Are Live!", - "Enjoy Up to 33% Off!", - "Limited Time Offer Only." + "Cyber Monday Madness Starts Now!", + "Enjoy Up to 25% Off!", + "Limited Time Offer till 4th December '24." ]; export default function Document() {