Update src/app/products/page.tsx
This commit is contained in:
@@ -87,35 +87,35 @@ export default function ProductsPage() {
|
||||
id: "1",
|
||||
name: "Soft Toys Collection",
|
||||
price: "Starting ₹199",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fluffy-toy-texture-close-up_23-2149686933.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fluffy-toy-texture-close-up_23-2149686933.jpg?_wi=2",
|
||||
imageAlt: "Colorful soft toys and plush animals",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Educational Toys",
|
||||
price: "Starting ₹299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/variety-toys-childhood-items_93675-131898.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/variety-toys-childhood-items_93675-131898.jpg?_wi=2",
|
||||
imageAlt: "Educational and learning toys for children",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Greeting Cards",
|
||||
price: "Starting ₹50",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/collection-colorful-birthday-card_23-2147654774.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/collection-colorful-birthday-card_23-2147654774.jpg?_wi=2",
|
||||
imageAlt: "Colorful greeting and birthday cards",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Decorative Items",
|
||||
price: "Starting ₹99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/birthday-party-items-arrangement_23-2149023536.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/birthday-party-items-arrangement_23-2149023536.jpg?_wi=2",
|
||||
imageAlt: "Party decorations and celebration items",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Customized Gifts",
|
||||
price: "Custom Quotes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-tying-bow-gift-box-white-table_53876-14458.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-tying-bow-gift-box-white-table_53876-14458.jpg?_wi=2",
|
||||
imageAlt: "Personalized and customized gift options",
|
||||
},
|
||||
]}
|
||||
@@ -161,7 +161,7 @@ export default function ProductsPage() {
|
||||
description="Contact our friendly team for personalized recommendations, bulk orders, or custom gift solutions. We're here to make your shopping experience amazing!"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/corporate-businesswoman-workplace-talking-phone-with-business-partner-wearing-red-busy-freelancer-working-using-smartphone-from-office-talk-with-clients-sitting-desk-looking-document_482257-5770.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/corporate-businesswoman-workplace-talking-phone-with-business-partner-wearing-red-busy-freelancer-working-using-smartphone-from-office-talk-with-clients-sitting-desk-looking-document_482257-5770.jpg?_wi=2"
|
||||
imageAlt="Customer service team ready to assist"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user