Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-28 17:58:46 +00:00

View File

@@ -80,7 +80,7 @@ export default function LandingPage() {
reverse: true
},
{
title: "Space Adventures", description: "Journey through the galaxy and learn about our vast universe.", media: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-animals-with-planet-animal-day_23-2148668871.jpg", imageAlt: "Space adventure" },
title: "Space Adventures", description: "Journey through the galaxy and learn about our vast universe.", media: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-animals-with-planet-animal-day_23-2148668871.jpg?_wi=1", imageAlt: "Space adventure" },
items: [
{ icon: CheckCircle, text: "Planets exploration" },
{ icon: Rocket, text: "Star identification" }
@@ -100,7 +100,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "1", name: "Nature Explorers", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-animals-with-planet-animal-day_23-2148668871.jpg" },
{ id: "1", name: "Nature Explorers", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-animals-with-planet-animal-day_23-2148668871.jpg?_wi=2" },
{ id: "2", name: "Math Wizards", price: "Free", imageSrc: "http://img.b2bpic.net/free-vector/set-geometry-shapes-other-school-items_1308-40947.jpg" },
{ id: "3", name: "Science Lab", price: "Subscription", imageSrc: "http://img.b2bpic.net/free-vector/colorful-science-icons-vector-set_1308-132730.jpg" }
]}