Merge version_1 into main #9
@@ -51,13 +51,13 @@ export default function CartPage() {
|
||||
const recommendedProductsProps = {
|
||||
title: "You Might Also Like", description: "Explore more of our sun protection essentials to complete your order.", products: Array.from([
|
||||
{
|
||||
id: "product-pack-50", name: "Sunscreen Swipes 50 Pack", price: "$10.99 - $19.99", variant: "SPF 30, 50, 75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg", imageAlt: "Sunscreen Swipes box and a single wipe being used"
|
||||
id: "product-pack-50", name: "Sunscreen Swipes 50 Pack", price: "$10.99 - $19.99", variant: "SPF 30, 50, 75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg?_wi=1", imageAlt: "Sunscreen Swipes box and a single wipe being used"
|
||||
},
|
||||
{
|
||||
id: "product-pack-25", name: "Sunscreen Swipes 25 Pack", price: "$7.99 - $15.99", variant: "SPF 30, 50, 75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg", imageAlt: "Sunscreen Swipes box and a single wipe being used"
|
||||
id: "product-pack-25", name: "Sunscreen Swipes 25 Pack", price: "$7.99 - $15.99", variant: "SPF 30, 50, 75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg?_wi=2", imageAlt: "Sunscreen Swipes box and a single wipe being used"
|
||||
},
|
||||
{
|
||||
id: "product-travel-kit", name: "Travel Swipes Kit", price: "$12.99", variant: "Mixed SPF", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg", imageAlt: "Sunscreen Swipes box and a single wipe being used"
|
||||
id: "product-travel-kit", name: "Travel Swipes Kit", price: "$12.99", variant: "Mixed SPF", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg?_wi=3", imageAlt: "Sunscreen Swipes box and a single wipe being used"
|
||||
}
|
||||
]),
|
||||
gridVariant: "three-columns-all-equal-width", animationType: "slide-up", textboxLayout: "default", useInvertedBackground: false,
|
||||
|
||||
Reference in New Issue
Block a user