Update src/app/collections/page.tsx
This commit is contained in:
@@ -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() {
|
||||
<TestimonialCardTen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "A Turning Point in My Faith",
|
||||
quote:
|
||||
"Wearing Miracle Crafted's apparel is like carrying my faith with me. Every day I see the scripture and remember that nothing is impossible with God.",
|
||||
name: "Sarah Johnson",
|
||||
role: "Community Leader",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
|
||||
imageAlt: "Sarah Johnson testimonial",
|
||||
},
|
||||
id: "1", title: "A Turning Point in My Faith", quote:
|
||||
"Wearing Miracle Crafted's apparel is like carrying my faith with me. Every day I see the scripture and remember that nothing is impossible with God.", name: "Sarah Johnson", role: "Community Leader", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson testimonial"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Quality and Purpose Combined",
|
||||
quote:
|
||||
"Not only are the pieces beautifully designed, but knowing the story behind them makes wearing them even more meaningful. It's a constant reminder of faith.",
|
||||
name: "Marcus Chen",
|
||||
role: "Repeat Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5",
|
||||
imageAlt: "Marcus Chen testimonial",
|
||||
},
|
||||
id: "2", title: "Quality and Purpose Combined", quote:
|
||||
"Not only are the pieces beautifully designed, but knowing the story behind them makes wearing them even more meaningful. It's a constant reminder of faith.", name: "Marcus Chen", role: "Repeat Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Chen testimonial"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Perfect Gift for the Faithful",
|
||||
quote:
|
||||
"I've bought several pieces as gifts for friends and family. Everyone loves them because they combine style with deep spiritual meaning.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6",
|
||||
imageAlt: "Emily Rodriguez testimonial",
|
||||
},
|
||||
id: "3", title: "Perfect Gift for the Faithful", quote:
|
||||
"I've bought several pieces as gifts for friends and family. Everyone loves them because they combine style with deep spiritual meaning.", name: "Emily Rodriguez", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez testimonial"},
|
||||
]}
|
||||
title="Customer Love for Our Collections"
|
||||
description="See what our customers have to say about their Miracle Crafted pieces."
|
||||
|
||||
Reference in New Issue
Block a user