Update src/app/page.tsx

This commit is contained in:
2026-05-12 15:48:06 +00:00
parent 15863dd6d6
commit b94a27f57a

View File

@@ -136,13 +136,13 @@ export default function LandingPage() {
id: "s1",
name: "The Starship Trip",
price: "$9.99",
imageSrc: "http://img.b2bpic.net/free-photo/3d-cute-unicorn-illustration_23-2151800547.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/3d-cute-unicorn-illustration_23-2151800547.jpg?_wi=1",
},
{
id: "s2",
name: "Forest Whispers",
price: "$8.99",
imageSrc: "http://img.b2bpic.net/free-photo/deer-resting-forest-clearing_23-2152000235.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/deer-resting-forest-clearing_23-2152000235.jpg?_wi=1",
},
{
id: "s3",
@@ -193,7 +193,7 @@ export default function LandingPage() {
description: "Completely child-friendly reading environment.",
bentoComponent: "reveal-icon",
icon: ShieldCheck,
imageSrc: "http://img.b2bpic.net/free-photo/3d-cute-unicorn-illustration_23-2151800547.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/3d-cute-unicorn-illustration_23-2151800547.jpg?_wi=2",
imageAlt: "magical fantasy book reading scene illustration",
},
{
@@ -201,7 +201,7 @@ export default function LandingPage() {
description: "Read all your favorite stories anytime.",
bentoComponent: "reveal-icon",
icon: BookOpen,
imageSrc: "http://img.b2bpic.net/free-photo/deer-resting-forest-clearing_23-2152000235.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/deer-resting-forest-clearing_23-2152000235.jpg?_wi=2",
imageAlt: "magical fantasy book reading scene illustration",
},
]}