Update src/app/collection/page.tsx
This commit is contained in:
@@ -53,13 +53,13 @@ export default function CollectionPage() {
|
||||
buttonAnimation="slide-up"
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tin-can-plate-kitchen-knife-fork_23-2147826763.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tin-can-plate-kitchen-knife-fork_23-2147826763.jpg?_wi=2",
|
||||
imageAlt: "Blue and white vintage ceramic collection",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-sunlight-splitting-into-spectrum-white-background_23-2147949036.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-sunlight-splitting-into-spectrum-white-background_23-2147949036.jpg?_wi=2",
|
||||
imageAlt: "Crystal stemware vintage collection",
|
||||
},
|
||||
]}
|
||||
@@ -85,42 +85,42 @@ export default function CollectionPage() {
|
||||
id: "product-1",
|
||||
name: "French Porcelain Dinner Set",
|
||||
price: "Upon Inquiry",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/filled-champagne-glasses_23-2147729194.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/filled-champagne-glasses_23-2147729194.jpg?_wi=3",
|
||||
imageAlt: "French porcelain dinner set",
|
||||
},
|
||||
{
|
||||
id: "product-2",
|
||||
name: "Blue & White Ceramic Collection",
|
||||
price: "Upon Inquiry",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tin-can-plate-kitchen-knife-fork_23-2147826763.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tin-can-plate-kitchen-knife-fork_23-2147826763.jpg?_wi=3",
|
||||
imageAlt: "Blue and white ceramics",
|
||||
},
|
||||
{
|
||||
id: "product-3",
|
||||
name: "Crystal Stemware Set",
|
||||
price: "Upon Inquiry",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-sunlight-splitting-into-spectrum-white-background_23-2147949036.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-sunlight-splitting-into-spectrum-white-background_23-2147949036.jpg?_wi=3",
|
||||
imageAlt: "Crystal stemware",
|
||||
},
|
||||
{
|
||||
id: "product-4",
|
||||
name: "Art Deco Ceramic Vase",
|
||||
price: "Upon Inquiry",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/quail-eggs-with-herbs-metallic-cup_114579-76320.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/quail-eggs-with-herbs-metallic-cup_114579-76320.jpg?_wi=2",
|
||||
imageAlt: "Art deco vase",
|
||||
},
|
||||
{
|
||||
id: "product-5",
|
||||
name: "Ornate Serving Platter",
|
||||
price: "Upon Inquiry",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157824.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157824.jpg?_wi=2",
|
||||
imageAlt: "Ornate serving platter",
|
||||
},
|
||||
{
|
||||
id: "product-6",
|
||||
name: "Frosted Glass Bowls",
|
||||
price: "Upon Inquiry",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-roses-iron-bowl-white-background_114579-74449.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-roses-iron-bowl-white-background_114579-74449.jpg?_wi=2",
|
||||
imageAlt: "Frosted glass bowls",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user