Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b27b34ffd | |||
| a0e94ee97c | |||
| 17804c5509 | |||
| 30452af9cf | |||
| 96acd33133 |
@@ -64,10 +64,10 @@ export default function LandingPage() {
|
|||||||
tag="Bestsellers"
|
tag="Bestsellers"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Ice Cream Delight", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-blue-ice-cream-plate_52683-92464.jpg", imageAlt: "Strawberry ice cream cone"
|
id: "1", name: "Ice Cream Delight – Hand-Churned", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-blue-ice-cream-plate_52683-92464.jpg", imageAlt: "Strawberry ice cream cone"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Sweet Basket", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-christmas-packed-gift-with-love-inscription-small-cupcakes-candy-ice-surface_140725-102201.jpg", imageAlt: "Assorted pastries and macarons"
|
id: "2", name: "Sweet Basket – Artisan Selection", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-christmas-packed-gift-with-love-inscription-small-cupcakes-candy-ice-surface_140725-102201.jpg", imageAlt: "Assorted pastries and macarons"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Chocolate Donut", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cookies-wooden-board_23-2148431183.jpg", imageAlt: "Chocolate donut with strawberry glaze"
|
id: "3", name: "Chocolate Donut", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cookies-wooden-board_23-2148431183.jpg", imageAlt: "Chocolate donut with strawberry glaze"
|
||||||
|
|||||||
Reference in New Issue
Block a user