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:
parent
39f8525941
commit
c10d34c45c
BIN
attached_assets/image_1772471603781.png
Normal file
BIN
attached_assets/image_1772471603781.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 259 KiB |
@ -533,6 +533,7 @@ export default function Home() {
|
||||
{ type: "widget", el: <BreakingNewsWidget key="bottom-breaking" /> },
|
||||
{ type: "widget", el: <RecipeWidget key="bottom-recipe" /> },
|
||||
{ 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> },
|
||||
];
|
||||
return items;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user