Update src/app/shop/page.tsx
This commit is contained in:
@@ -49,7 +49,7 @@ export default function ShopPage() {
|
||||
id: "1",
|
||||
name: "Buquê Rosas Vermelhas Premium",
|
||||
price: "€45.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/floral-decor-woman-holding-bouquet-anthurium_140725-10842.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/floral-decor-woman-holding-bouquet-anthurium_140725-10842.jpg?_wi=5",
|
||||
imageAlt: "Rosas Vermelhas",
|
||||
initialQuantity: 1
|
||||
},
|
||||
@@ -57,7 +57,7 @@ export default function ShopPage() {
|
||||
id: "2",
|
||||
name: "Arranjo Flores Mistas Primavera",
|
||||
price: "€38.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-daisies-with-frame_23-2148207830.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-daisies-with-frame_23-2148207830.jpg?_wi=5",
|
||||
imageAlt: "Flores Mistas",
|
||||
initialQuantity: 1
|
||||
},
|
||||
@@ -65,7 +65,7 @@ export default function ShopPage() {
|
||||
id: "3",
|
||||
name: "Buquê Tulipas Coloridas",
|
||||
price: "€35.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-tulips_23-2147600630.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-tulips_23-2147600630.jpg?_wi=5",
|
||||
imageAlt: "Tulipas",
|
||||
initialQuantity: 1
|
||||
},
|
||||
@@ -73,7 +73,7 @@ export default function ShopPage() {
|
||||
id: "4",
|
||||
name: "Girassóis Frescos Luminosos",
|
||||
price: "€32.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/vibrant-sunflower-bouquet-transparent-background_84443-76955.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/vibrant-sunflower-bouquet-transparent-background_84443-76955.jpg?_wi=4",
|
||||
imageAlt: "Girassóis",
|
||||
initialQuantity: 1
|
||||
},
|
||||
@@ -81,7 +81,7 @@ export default function ShopPage() {
|
||||
id: "5",
|
||||
name: "Orquídeas Exóticas Elegantes",
|
||||
price: "€55.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/floral-decor-woman-holding-bouquet-anthurium_140725-10842.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/floral-decor-woman-holding-bouquet-anthurium_140725-10842.jpg?_wi=6",
|
||||
imageAlt: "Orquídeas",
|
||||
initialQuantity: 1
|
||||
},
|
||||
@@ -89,7 +89,7 @@ export default function ShopPage() {
|
||||
id: "6",
|
||||
name: "Lírios Brancos Sofisticados",
|
||||
price: "€48.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-daisies-with-frame_23-2148207830.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-daisies-with-frame_23-2148207830.jpg?_wi=6",
|
||||
imageAlt: "Lírios",
|
||||
initialQuantity: 1
|
||||
}
|
||||
@@ -108,7 +108,7 @@ export default function ShopPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/floral-arrangement-with-different-fresh-flowers-leaves-twigs-pink-background_169016-11909.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/floral-arrangement-with-different-fresh-flowers-leaves-twigs-pink-background_169016-11909.jpg?_wi=2"
|
||||
imageAlt="Fundo de Flores"
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user