Skip to content

Commit 881e3ff

Browse files
authored
Remove discount banner (#91)
1 parent 4f4bc2d commit 881e3ff

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/app/ai/header.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default function HeaderStandalone({
3333

3434
return (
3535
<>
36-
<div className="w-full bg-violet-600 text-white text-sm sm:text-base">
36+
{/* <div className="w-full bg-violet-600 text-white text-sm sm:text-base">
3737
<div className="max-w-5xl mx-auto px-4 sm:px-6 py-2 sm:py-3 flex flex-col sm:flex-row items-center justify-center gap-2 sm:gap-4">
3838
<div className="flex items-center gap-2 sm:gap-3 text-center sm:text-left">
3939
<span className="inline-flex items-center justify-center rounded-full bg-white/10 px-2 py-0.5 text-[0.7rem] sm:text-xs font-semibold tracking-wide uppercase">
@@ -49,11 +49,11 @@ export default function HeaderStandalone({
4949
Use code at checkout:
5050
</span>
5151
<span className="inline-flex items-center justify-center rounded-md border border-white/40 bg-white/10 px-3 py-1 text-xs sm:text-sm font-semibold tracking-[0.12em] uppercase">
52-
3MFPPY
52+
XXXXXX
5353
</span>
5454
</div>
5555
</div>
56-
</div>
56+
</div> */}
5757
<header
5858
className={cn(
5959
"sticky top-0 z-50 backdrop-blur-lg bg-black/95 border-b border-gray-700",

src/content/blog/increase-website-traffic.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "How to Increase Traffic to Your Website in 2026"
33
excerpt: "Discover proven SEO and marketing tactics to rank higher in Google, get cited by LLMs, and drive more traffic to your website."
44
coverImage: "/assets/blog/seo-blog/1.webp"
5-
date: "2026-12-19T14:00:00Z"
5+
date: "2025-12-19T14:00:00Z"
66
author:
77
name: Sean Begg Flint
88
ogImage:
@@ -223,5 +223,5 @@ Remember, SEO is a long-term game. Trust the process, and those small but steady
223223

224224
**About the Author**
225225

226-
[Sean Begg Flint](https://www.linkedin.com/in/seanbeggflint/) is the Founder and CEO of [Position Digital](https://www.position.digital/), an SEO & [GEO](https://www.position.digital/services/generative-ai-seo/) agency that helps B2B companies grow their brand visibility across both traditional search and AI-driven channels. Over the years, he has guided clients through algorithm updates, shifting user behaviour, and evolving search trends. Today, his focus is on helping brands adapt to the rise of LLMs and AI-powered search.
226+
[Sean Begg Flint](https://www.linkedin.com/in/seanbeggflint/) is the Founder and CEO of [Position Digital](https://www.position.digital/), an SEO & [GEO agency](https://www.position.digital/services/generative-ai-seo/) agency that helps B2B companies grow their brand visibility across both traditional search and AI-driven channels. Over the years, he has guided clients through algorithm updates, shifting user behaviour, and evolving search trends. Today, his focus is on helping brands adapt to the rise of LLMs and AI-powered search.
227227

0 commit comments

Comments
 (0)