Merge version_5 into main #7

Merged
bender merged 1 commits from version_5 into main 2026-05-06 02:08:42 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{ id: "p1", name: "Stuffed Animals", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/interior-kids-room-decoration-with-toys_23-2149096015.jpg" },
{ id: "p2", name: "Collectible Keychains", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/small-souvenir-keychain-costa-rica-map_1234-5678.jpg" },
{ id: "p2", name: "Collectible Keychains", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/wooden-animal-keychain-carved-design_1234-5678.jpg" },
{ id: "p3", name: "Zoo Branded T-Shirt", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/cotton-tshirt-mockup_23-2148483594.jpg" },
{ id: "p4", name: "Costa Rica Flag", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/costa-rica-flag-waving_181624-9827.jpg" }
]}
@@ -73,4 +73,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}