Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-04-30 10:55:22 +00:00

View File

@@ -77,10 +77,10 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={false}
products={[
{ id: "1", brand: "Classic", name: "Street Tacos", 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", 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", 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", price: "$10.99", rating: 4.8, reviewCount: "95", imageSrc: "https://img.b2bpic.net/free-photo/enchiladas-plate_23-2148762505.jpg" }
{ 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: "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" }
]}
/>
</div>