Update src/app/products/page.tsx
This commit is contained in:
@@ -44,7 +44,7 @@ export default function ProductsPage() {
|
||||
{ text: 'Back to Home', href: '/' },
|
||||
{ text: 'Visit Store', href: '/#store-info' }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5782.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5782.jpg?_wi=2"
|
||||
imageAlt="LOOK AESTHETIC Products"
|
||||
showDimOverlay={true}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -59,7 +59,7 @@ export default function ProductsPage() {
|
||||
id: '1',
|
||||
name: 'Oversized Graphic Tee',
|
||||
price: '₹599',
|
||||
imageSrc: 'http://img.b2bpic.net/free-vector/harder-you-work-luckier-you-get-quote-typographic-design_1284-36468.jpg',
|
||||
imageSrc: 'http://img.b2bpic.net/free-vector/harder-you-work-luckier-you-get-quote-typographic-design_1284-36468.jpg?_wi=2',
|
||||
imageAlt: 'Oversized Graphic Tee',
|
||||
initialQuantity: 1
|
||||
},
|
||||
@@ -67,7 +67,7 @@ export default function ProductsPage() {
|
||||
id: '2',
|
||||
name: 'Streetwear Jacket',
|
||||
price: '₹1,499',
|
||||
imageSrc: 'http://img.b2bpic.net/free-photo/lifestyle-positive-portrait-cheerful-happy-woman-pink-pullover_273443-896.jpg',
|
||||
imageSrc: 'http://img.b2bpic.net/free-photo/lifestyle-positive-portrait-cheerful-happy-woman-pink-pullover_273443-896.jpg?_wi=2',
|
||||
imageAlt: 'Streetwear Jacket',
|
||||
initialQuantity: 1
|
||||
},
|
||||
@@ -75,7 +75,7 @@ export default function ProductsPage() {
|
||||
id: '3',
|
||||
name: 'Trendy Casual Shirt',
|
||||
price: '₹799',
|
||||
imageSrc: 'http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-thoughtful-male-posing-street-background-outdoors-sunset_158538-20632.jpg',
|
||||
imageSrc: 'http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-thoughtful-male-posing-street-background-outdoors-sunset_158538-20632.jpg?_wi=2',
|
||||
imageAlt: 'Trendy Casual Shirt',
|
||||
initialQuantity: 1
|
||||
},
|
||||
@@ -83,7 +83,7 @@ export default function ProductsPage() {
|
||||
id: '4',
|
||||
name: 'Premium Denim Fit',
|
||||
price: '₹1,299',
|
||||
imageSrc: 'http://img.b2bpic.net/free-photo/young-boy-blue-denim-jacket-street_146671-18135.jpg',
|
||||
imageSrc: 'http://img.b2bpic.net/free-photo/young-boy-blue-denim-jacket-street_146671-18135.jpg?_wi=2',
|
||||
imageAlt: 'Premium Denim Fit',
|
||||
initialQuantity: 1
|
||||
},
|
||||
@@ -91,7 +91,7 @@ export default function ProductsPage() {
|
||||
id: '5',
|
||||
name: 'Classy Party Outfit',
|
||||
price: '₹1,799',
|
||||
imageSrc: 'http://img.b2bpic.net/free-photo/new-year-club-party-with-three-friends_23-2147709208.jpg',
|
||||
imageSrc: 'http://img.b2bpic.net/free-photo/new-year-club-party-with-three-friends_23-2147709208.jpg?_wi=2',
|
||||
imageAlt: 'Classy Party Outfit',
|
||||
initialQuantity: 1
|
||||
},
|
||||
@@ -99,7 +99,7 @@ export default function ProductsPage() {
|
||||
id: '6',
|
||||
name: 'Casual Summer Top',
|
||||
price: '₹499',
|
||||
imageSrc: 'http://img.b2bpic.net/free-photo/joyful-female-shopper-choosing-party-dress-looking-clothes-rack-boutique-woman-shopping-store-consumerism-concept_74855-11841.jpg',
|
||||
imageSrc: 'http://img.b2bpic.net/free-photo/joyful-female-shopper-choosing-party-dress-looking-clothes-rack-boutique-woman-shopping-store-consumerism-concept_74855-11841.jpg?_wi=2',
|
||||
imageAlt: 'Casual Summer Top',
|
||||
initialQuantity: 1
|
||||
},
|
||||
@@ -107,7 +107,7 @@ export default function ProductsPage() {
|
||||
id: '7',
|
||||
name: 'Fashion Forward Blazer',
|
||||
price: '₹2,299',
|
||||
imageSrc: 'http://img.b2bpic.net/free-photo/portrait-woman-wearing-knitted-cap_23-2148923342.jpg',
|
||||
imageSrc: 'http://img.b2bpic.net/free-photo/portrait-woman-wearing-knitted-cap_23-2148923342.jpg?_wi=2',
|
||||
imageAlt: 'Fashion Forward Blazer',
|
||||
initialQuantity: 1
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user