Update src/app/page.tsx

This commit is contained in:
2026-06-03 09:33:20 +00:00
parent aae36f536d
commit 7f572b634f

View File

@@ -72,15 +72,15 @@ export default function LandingPage() {
]} ]}
slides={[ slides={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/soviet-dolls-toys-chernobyl-nuclear-disaster-area_627829-11655.jpg", imageSrc: "http://img.b2bpic.net/free-photo/soviet-dolls-toys-chernobyl-nuclear-disaster-area_627829-11655.jpg?_wi=1",
imageAlt: "Classic wooden toy train and building blocks", imageAlt: "Classic wooden toy train and building blocks",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-cookies-isolated-white-background-png_185193-110576.jpg", imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-cookies-isolated-white-background-png_185193-110576.jpg?_wi=1",
imageAlt: "Vintage dollhouse and rocking horse", imageAlt: "Vintage dollhouse and rocking horse",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/bear-bunny-baking-together-kitchen_23-2152008569.jpg", imageSrc: "http://img.b2bpic.net/free-photo/bear-bunny-baking-together-kitchen_23-2152008569.jpg?_wi=1",
imageAlt: "Plush animals and retro board games", imageAlt: "Plush animals and retro board games",
}, },
{ {
@@ -130,7 +130,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-asian-girl_93675-132608.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-asian-girl_93675-132608.jpg",
imageAlt: "Child playing happily with various toys", imageAlt: "Child playing happily with various toys",
}, },
imageSrc: "http://img.b2bpic.net/free-photo/soviet-dolls-toys-chernobyl-nuclear-disaster-area_627829-11655.jpg", imageSrc: "http://img.b2bpic.net/free-photo/soviet-dolls-toys-chernobyl-nuclear-disaster-area_627829-11655.jpg?_wi=2",
imageAlt: "diverse selection of toys categories", imageAlt: "diverse selection of toys categories",
}, },
{ {
@@ -144,7 +144,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-surprised-brother-sister-opening-gifts_23-2148321649.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-surprised-brother-sister-opening-gifts_23-2148321649.jpg",
imageAlt: "Happy family with a new toy", imageAlt: "Happy family with a new toy",
}, },
imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-cookies-isolated-white-background-png_185193-110576.jpg", imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-cookies-isolated-white-background-png_185193-110576.jpg?_wi=2",
imageAlt: "diverse selection of toys categories", imageAlt: "diverse selection of toys categories",
}, },
{ {
@@ -158,7 +158,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/excited-little-blonde-girl-putting-hand-face-holding-gift-box-isolated-pink-wall-with-copy-space_141793-108264.jpg", imageSrc: "http://img.b2bpic.net/free-photo/excited-little-blonde-girl-putting-hand-face-holding-gift-box-isolated-pink-wall-with-copy-space_141793-108264.jpg",
imageAlt: "Happy family shopping for toys", imageAlt: "Happy family shopping for toys",
}, },
imageSrc: "http://img.b2bpic.net/free-photo/bear-bunny-baking-together-kitchen_23-2152008569.jpg", imageSrc: "http://img.b2bpic.net/free-photo/bear-bunny-baking-together-kitchen_23-2152008569.jpg?_wi=2",
imageAlt: "diverse selection of toys categories", imageAlt: "diverse selection of toys categories",
}, },
]} ]}