Merge version_3 into main #4
@@ -127,4 +127,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,9 +45,9 @@ 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/view-ancient-pottery-vessels-earthenware_23-2151538360.jpg" },
|
||||
{ id: "p3", name: "Logo Hat", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-trucker-hat_23-2149431208.jpg" },
|
||||
{ id: "p4", name: "Costa Rica Flag", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-safari-party-cupcakes-arrangement_23-2150172571.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: "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" }
|
||||
]}
|
||||
title="Zoo Shop Treasures"
|
||||
description="Take a piece of the zoo home with you."
|
||||
@@ -57,8 +57,8 @@ export default function LandingPage() {
|
||||
<div id="ecommerce" data-section="ecommerce">
|
||||
<ProductCartItem
|
||||
item={{
|
||||
id: "cart1", name: "Zoo Mascot Plush", price: "$15.00", quantity: 1,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fluffy-toy-texture-close-up_23-2149686866.jpg"
|
||||
id: "cart1", name: "Three-Toed Sloth Plush", price: "$18.00", quantity: 1,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soft-toy-three-toed-sloth_1234-5679.jpg"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user