Skip to content

Commit

Permalink
fix: banner
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsharma82 committed Dec 2, 2024
1 parent f8751f6 commit e3a2d09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/_document.js
Original file line number Diff line number Diff line change
@@ -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() {
Expand Down

0 comments on commit e3a2d09

Please sign in to comment.