Update src/app/page.tsx
This commit is contained in:
@@ -82,13 +82,13 @@ export default function LandingPage() {
|
||||
buttonAnimation="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
id: "product-1", name: "Modern Abstract Blue", price: "$149.00", imageSrc: "http://img.b2bpic.net/free-vector/abstract-background-with-geometric-design_1048-1379.jpg", imageAlt: "Modern abstract blue poster frame", initialQuantity: 1
|
||||
id: "product-1", name: "Modern Abstract Blue", price: "$149.00", imageSrc: "http://img.b2bpic.net/free-vector/abstract-background-with-geometric-design_1048-1379.jpg?_wi=1", imageAlt: "Modern abstract blue poster frame", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "product-2", name: "Minimalist Geometric", price: "$129.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-photo-frame-as-interior-decoration_23-2149390860.jpg", imageAlt: "Minimalist geometric poster black frame", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "product-3", name: "Contemporary Landscape", price: "$159.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-frame-with-floral-concept_23-2148140647.jpg", imageAlt: "Contemporary landscape poster white frame", initialQuantity: 1
|
||||
id: "product-3", name: "Contemporary Landscape", price: "$159.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-frame-with-floral-concept_23-2148140647.jpg?_wi=1", imageAlt: "Contemporary landscape poster white frame", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -116,7 +116,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/bank-face-recognition-technology-flyer-template_74855-15590.jpg"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-background-with-geometric-design_1048-1379.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-background-with-geometric-design_1048-1379.jpg?_wi=2"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -125,7 +125,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/dynamic-electronic-music-instagram-stories_23-2150026448.jpg"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-frame-with-floral-concept_23-2148140647.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-frame-with-floral-concept_23-2148140647.jpg?_wi=2"
|
||||
}
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user