Merge version_4 into main #6
@@ -77,10 +77,10 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", brand: "Classic", name: "Street Tacos - Tender carne asada with fresh cilantro and onion", price: "$9.99", rating: 4.8, reviewCount: "120", imageSrc: "https://img.b2bpic.net/free-photo/tacos-with-meat-vegetables_1147-321.jpg" },
|
||||
{ id: "1", brand: "Classic", name: "Carne Asada Street Tacos - Tender steak with fresh cilantro and onion", price: "$9.99", rating: 4.8, reviewCount: "120", imageSrc: "https://img.b2bpic.net/free-photo/tacos-with-meat-vegetables_1147-321.jpg" },
|
||||
{ id: "2", brand: "Special", name: "Philly Cheese Steak - Melted cheese over perfectly grilled steak slices", price: "$12.50", rating: 4.9, reviewCount: "85", imageSrc: "https://img.b2bpic.net/free-photo/tasty-sandwich-table_23-2148762512.jpg" },
|
||||
{ id: "3", brand: "House", name: "Signature Wings - Crispy wings tossed in our savory house glaze", price: "$11.99", rating: 4.7, reviewCount: "200", imageSrc: "https://img.b2bpic.net/free-photo/chicken-wings-table_23-2148762499.jpg" },
|
||||
{ id: "4", brand: "Traditional", name: "Enchiladas - Corn tortillas smothered in zesty, authentic chili sauce", price: "$10.99", rating: 4.8, reviewCount: "95", imageSrc: "https://img.b2bpic.net/free-photo/enchiladas-plate_23-2148762505.jpg" }
|
||||
{ id: "4", brand: "Traditional", name: "Chili Sauce Enchiladas - Corn tortillas filled and smothered in zesty sauce", price: "$10.99", rating: 4.8, reviewCount: "95", imageSrc: "https://img.b2bpic.net/free-photo/enchiladas-plate_23-2148762505.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user