Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f68610bd60 | |||
| a12600ab1a | |||
| 14b5c8dfa0 | |||
| 0b13c38334 | |||
| 51ba115b34 |
1441
src/app/layout.tsx
1441
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -117,11 +117,11 @@ export default function HomePage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "tacos", name: "Authentic Street Tacos", price: "$8.99", variant: "Carnitas or Al Pastor", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tortilla-with-vegetables-meat_23-2148629316.jpg", imageAlt: "Street Tacos"},
|
||||
id: "tacos", name: "Authentic Street Tacos", price: "$8.99", variant: "Slow-Roasted Carnitas or Signature Al Pastor with Pineapple", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tortilla-with-vegetables-meat_23-2148629316.jpg", imageAlt: "Street Tacos"},
|
||||
{
|
||||
id: "burritos", name: "Grilled Burritos Supreme", price: "$11.99", variant: "Chicken, Beef, or Veggie", imageSrc: "http://img.b2bpic.net/free-photo/side-view-pouring-mayonnaise-into-chicken-doner-bread-with-pickles_140725-12185.jpg", imageAlt: "Grilled Burrito"},
|
||||
id: "burritos", name: "Grilled Burritos Supreme", price: "$11.99", variant: "Tender Grilled Chicken, Succulent Beef, or Fresh Veggie Medley", imageSrc: "http://img.b2bpic.net/free-photo/side-view-pouring-mayonnaise-into-chicken-doner-bread-with-pickles_140725-12185.jpg", imageAlt: "Grilled Burrito"},
|
||||
{
|
||||
id: "enchiladas", name: "Enchiladas Verdes", price: "$12.99", variant: "Cheese or Chicken", imageSrc: "http://img.b2bpic.net/free-photo/thai-food-shrimp-spicy-fish-sauce_1150-35468.jpg", imageAlt: "Enchiladas Verdes"},
|
||||
id: "enchiladas", name: "Enchiladas Verdes", price: "$12.99", variant: "Creamy Melted Cheese or Tender Shredded Chicken", imageSrc: "http://img.b2bpic.net/free-photo/thai-food-shrimp-spicy-fish-sauce_1150-35468.jpg", imageAlt: "Enchiladas Verdes"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -203,4 +203,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user