Add photo gallery to the bottom section of the homepage

Insert a PhotoGalleryWidget into the home page's bottom section layout, separating existing advertisements.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 517dfa7b-26ac-463d-a6e1-a58c6df97188
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: aebd49e1-7039-47d6-aa56-f2d4717e640e
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/517dfa7b-26ac-463d-a6e1-a58c6df97188/nFw7xof
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
sebastjanartic 2026-03-02 17:14:02 +00:00
parent 39f8525941
commit c10d34c45c
2 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 KiB

View File

@ -533,6 +533,7 @@ export default function Home() {
{ type: "widget", el: <BreakingNewsWidget key="bottom-breaking" /> }, { type: "widget", el: <BreakingNewsWidget key="bottom-breaking" /> },
{ type: "widget", el: <RecipeWidget key="bottom-recipe" /> }, { type: "widget", el: <RecipeWidget key="bottom-recipe" /> },
{ type: "ad", el: <div key="ad-bottom-1"><ArticleCardAd /></div> }, { type: "ad", el: <div key="ad-bottom-1"><ArticleCardAd /></div> },
{ type: "widget", el: <PhotoGalleryWidget key="bottom-gallery" /> },
{ type: "ad", el: <div key="ad-bottom-2"><ArticleCardAd /></div> }, { type: "ad", el: <div key="ad-bottom-2"><ArticleCardAd /></div> },
]; ];
return items; return items;