Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9725e0134b | |||
| a58582bfff | |||
| 23ee859b33 | |||
| d17beab4d3 | |||
| 20e80dba36 | |||
| 25d1c3ef47 |
@@ -73,10 +73,11 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split-description"
|
textboxLayout="split-description"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{ id: "p1", name: "Signature Daisy", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/candles-spring-flowers-table-serving-decor-concept-top-view_169016-28298.jpg" },
|
{ id: "p1", name: "Signature Daisy", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/candles-spring-flowers-table-serving-decor-concept-top-view_169016-28298.jpg?_wi=1" },
|
||||||
{ id: "p2", name: "Sun-Kissed Petals", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-halloween_23-2147680564.jpg" },
|
{ id: "p2", name: "Sun-Kissed Petals", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-halloween_23-2147680564.jpg" },
|
||||||
{ id: "p3", name: "Garden Retreat", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cream-flowers_23-2148419401.jpg" },
|
{ id: "p3", name: "Garden Retreat", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cream-flowers_23-2148419401.jpg" },
|
||||||
{ id: "p4", name: "Floral Harmony", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/dried-chamomile-flowers-wooden-bowl_114579-66384.jpg" }
|
{ id: "p4", name: "Floral Harmony", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/dried-chamomile-flowers-wooden-bowl_114579-66384.jpg" },
|
||||||
|
{ id: "p5", name: "Daisy Glow Candle", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/candles-spring-flowers-table-serving-decor-concept-top-view_169016-28298.jpg?_wi=2" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user