diff --git a/src/app/collections/page.tsx b/src/app/collections/page.tsx index 339416e..3072ba2 100644 --- a/src/app/collections/page.tsx +++ b/src/app/collections/page.tsx @@ -17,7 +17,7 @@ export default function CollectionsPage() { borderRadius="pill" contentWidth="smallMedium" sizing="mediumSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="inset" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -46,28 +46,13 @@ export default function CollectionsPage() { tagAnimation="slide-up" products={[ { - id: "1", - name: "Luke 1:37 Scripture Tee", - price: "$29.99", - imageSrc: "http://img.b2bpic.net/free-vector/motivational-poster_1284-52741.jpg?_wi=2", - imageAlt: "Luke 1:37 t-shirt with scripture design", - initialQuantity: 1, + id: "1", name: "Luke 1:37 Scripture Tee", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-vector/motivational-poster_1284-52741.jpg", imageAlt: "Luke 1:37 t-shirt with scripture design", initialQuantity: 1, }, { - id: "2", - name: "Nothing is Impossible Hoodie", - price: "$59.99", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-bun-dressed-beige-sweater-dark-denim-pants-posing-cafe_197531-16922.jpg?_wi=2", - imageAlt: "Neutral hoodie with faith message", - initialQuantity: 1, + id: "2", name: "Nothing is Impossible Hoodie", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-bun-dressed-beige-sweater-dark-denim-pants-posing-cafe_197531-16922.jpg", imageAlt: "Neutral hoodie with faith message", initialQuantity: 1, }, { - id: "3", - name: "Miracle Crafted Collection Bundle", - price: "$99.99", - imageSrc: "http://img.b2bpic.net/free-photo/t-shirts-shop_23-2147669603.jpg?_wi=2", - imageAlt: "Complete faith collection bundle", - initialQuantity: 1, + id: "3", name: "Miracle Crafted Collection Bundle", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/t-shirts-shop_23-2147669603.jpg", imageAlt: "Complete faith collection bundle", initialQuantity: 1, }, ]} animationType="slide-up" @@ -83,35 +68,14 @@ export default function CollectionsPage() {