4 Commits

Author SHA1 Message Date
1b5a9092f2 Update src/app/page.tsx 2026-04-30 10:55:19 +00:00
8d85cd9a22 Merge version_2 into main
Merge version_2 into main
2026-04-30 10:54:27 +00:00
7ad3ecd8a2 Merge version_2 into main
Merge version_2 into main
2026-04-30 10:53:53 +00:00
b1e4139c2d Merge version_2 into main
Merge version_2 into main
2026-04-30 10:53:20 +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>