Merge version_2 into main #2
@@ -118,9 +118,9 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{ id: "margarita-classic", brand: "Our Signature", name: "Classic Cadillac Margarita", price: "$12", rating: 5, reviewCount: "248 reviews", imageSrc: "http://img.b2bpic.net/free-photo/delicious-granita-dessert-with-fruit-flavoring_23-2149431467.jpg", imageAlt: "Cadillac margarita with fresh lime and Cointreau" },
|
||||
{ id: "carne-asada", brand: "Main Course", name: "Carne Asada Tacos", price: "$14", rating: 5, reviewCount: "312 reviews", imageSrc: "http://img.b2bpic.net/free-photo/beef-fajitas-mexican-style-inside-plack-pan_114579-1754.jpg", imageAlt: "Grilled carne asada with cilantro and lime" },
|
||||
{ id: "chile-relleno", brand: "House Special", name: "Chile Relleno Supremo", price: "$16", rating: 5, reviewCount: "189 reviews", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-still-life_23-2148131345.jpg", imageAlt: "Poblano pepper stuffed with cheese and topped with sauce" }
|
||||
{ id: "margarita-classic", brand: "Most Ordered", name: "Classic Cadillac Margarita", price: "$12", rating: 5, reviewCount: "248 reviews", imageSrc: "http://img.b2bpic.net/free-photo/delicious-granita-dessert-with-fruit-flavoring_23-2149431467.jpg", imageAlt: "Cadillac margarita with fresh lime and Cointreau" },
|
||||
{ id: "carne-asada", brand: "Chef's Pick", name: "Carne Asada Tacos", price: "$14", rating: 5, reviewCount: "312 reviews", imageSrc: "http://img.b2bpic.net/free-photo/beef-fajitas-mexican-style-inside-plack-pan_114579-1754.jpg", imageAlt: "Grilled carne asada with cilantro and lime" },
|
||||
{ id: "chile-relleno", brand: "Best Seller", name: "Chile Relleno Supremo", price: "$16", rating: 5, reviewCount: "189 reviews", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-still-life_23-2148131345.jpg", imageAlt: "Poblano pepper stuffed with cheese and topped with sauce" }
|
||||
]}
|
||||
buttons={[{ text: "Full Menu & Ordering", href: "#order" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -215,4 +215,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user