Remove the large, empty ad banner from the homepage layout

Remove the NativeAdCard component from the home page to avoid displaying a large empty space while awaiting ad domain verification.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 517dfa7b-26ac-463d-a6e1-a58c6df97188
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 6172d626-f8fc-4c47-937c-fd90cf287c82
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/517dfa7b-26ac-463d-a6e1-a58c6df97188/drGbo1a
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
sebastjanartic 2026-02-28 21:22:53 +00:00
parent 77e89365ed
commit a25ef1ca81
2 changed files with 0 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -377,8 +377,6 @@ export default function Home() {
<HoroscopeWidget /> <HoroscopeWidget />
</div> </div>
<NativeAdCard />
<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-4"> <div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-4">
{row3Middle.map((a) => ( {row3Middle.map((a) => (
<MediumCard key={a.id} article={a} focalPoints={focalPoints} /> <MediumCard key={a.id} article={a} focalPoints={focalPoints} />