Merge version_4 into main #6
@@ -137,17 +137,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Gourmet Burger", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/big-burger-with-steak-french-fries-with-herbs_114579-1923.jpg?_wi=2", onProductClick: () => console.log('Burger selected') },
|
||||
id: "p1", name: "Gourmet Burger", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/big-burger-with-steak-french-fries-with-herbs_114579-1923.jpg?_wi=2", onProductClick: () => console.log('Burger selected'), priceButtonProps: { text: "Add to Order" } },
|
||||
{
|
||||
id: "p2", name: "Fresh Pasta", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/gold-fork-spoon-table_23-2147930776.jpg?_wi=2", onProductClick: () => console.log('Pasta selected') },
|
||||
id: "p2", name: "Fresh Pasta", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/gold-fork-spoon-table_23-2147930776.jpg?_wi=2", onProductClick: () => console.log('Pasta selected'), priceButtonProps: { text: "Add to Order" } },
|
||||
{
|
||||
id: "p3", name: "Artisan Salad", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-salad-with-various-sliced-vegetables_181624-44708.jpg", onProductClick: () => console.log('Salad selected') },
|
||||
id: "p3", name: "Artisan Salad", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-salad-with-various-sliced-vegetables_181624-44708.jpg", onProductClick: () => console.log('Salad selected'), priceButtonProps: { text: "Add to Order" } },
|
||||
{
|
||||
id: "p4", name: "Handmade Pastry", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-creamy-cakes-with-fresh-fruits-light-background_140725-132669.jpg", onProductClick: () => console.log('Pastry selected') },
|
||||
id: "p4", name: "Handmade Pastry", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-creamy-cakes-with-fresh-fruits-light-background_140725-132669.jpg", onProductClick: () => console.log('Pastry selected'), priceButtonProps: { text: "Add to Order" } },
|
||||
{
|
||||
id: "p5", name: "Grilled Salmon", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-carrots-other-healthy-food_23-2148381294.jpg", onProductClick: () => console.log('Salmon selected') },
|
||||
id: "p5", name: "Grilled Salmon", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-carrots-other-healthy-food_23-2148381294.jpg", onProductClick: () => console.log('Salmon selected'), priceButtonProps: { text: "Add to Order" } },
|
||||
{
|
||||
id: "p6", name: "Rustic Sourdough", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-with-various-food_140725-1716.jpg", onProductClick: () => console.log('Sourdough selected') },
|
||||
id: "p6", name: "Rustic Sourdough", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-with-various-food_140725-1716.jpg", onProductClick: () => console.log('Sourdough selected'), priceButtonProps: { text: "Add to Order" } },
|
||||
]}
|
||||
title="Today's Specials"
|
||||
description="Handpicked favorites from our current seasonal menu."
|
||||
|
||||
Reference in New Issue
Block a user