Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eac981911e | |||
| 4e2eb6f39b |
@@ -87,13 +87,14 @@ export default function LandingPage() {
|
|||||||
tag="Menu Highlights"
|
tag="Menu Highlights"
|
||||||
tagIcon={Star}
|
tagIcon={Star}
|
||||||
products={[
|
products={[
|
||||||
{ id: "1", brand: "Rancho 6", name: "Carne Asada Burrito", price: "$12", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-sliced-shaurma-salad-sandwich-inside-plate-dark-space_140725-95196.jpg", imageAlt: "Carne Asada Burrito" },
|
{ id: "1", brand: "Rancho 6", name: "Carne Asada Burrito", price: "$12 (Daily Special)", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-sliced-shaurma-salad-sandwich-inside-plate-dark-space_140725-95196.jpg", imageAlt: "Carne Asada Burrito" },
|
||||||
{ id: "2", brand: "Rancho 6", name: "Traditional Menudo", price: "$15", rating: 5, reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-vegetable-soup-inside-plate-brown-wooden-desk_140725-79504.jpg", imageAlt: "Traditional Menudo" },
|
{ id: "2", brand: "Rancho 6", name: "Traditional Menudo", price: "$15 (Daily Special)", rating: 5, reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-vegetable-soup-inside-plate-brown-wooden-desk_140725-79504.jpg", imageAlt: "Traditional Menudo" },
|
||||||
{ id: "3", brand: "Rancho 6", name: "Street Taco Trio", price: "$10", rating: 4, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tortillas-with-meat-vegetables_23-2148614366.jpg", imageAlt: "Street Taco Trio" }
|
{ id: "3", brand: "Rancho 6", name: "Street Taco Trio", price: "$10", rating: 4, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tortillas-with-meat-vegetables_23-2148614366.jpg", imageAlt: "Street Taco Trio" }
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "View Full Menu", href: "#" }
|
{ text: "View Full Menu", href: "#" }
|
||||||
]}
|
]}
|
||||||
|
cardPriceClassName="font-bold text-primary text-xl"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split-actions"
|
textboxLayout="split-actions"
|
||||||
|
|||||||
Reference in New Issue
Block a user