Merge version_3 into main #4
@@ -111,16 +111,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Tacos al Carne Asada", price: "$14", variant: "Grilled Marinated Beef • 3 Tacos", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoyVLXV8W4cAowPAudeIcvEAxt/uploaded-1773273585618-na9jhq7u.png", imageAlt: "Menu image"
|
||||
id: "1", name: "Tacos al Carne Asada", price: "$14", variant: "Grilled Marinated Beef • 3 Tacos", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoyVLXV8W4cAowPAudeIcvEAxt/uploaded-1773273585618-na9jhq7u.png?_wi=1", imageAlt: "Menu image"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Tacos al Pastor", price: "$13", variant: "Marinated Pork • Pineapple • 3 Tacos", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoyVLXV8W4cAowPAudeIcvEAxt/uploaded-1773273585618-na9jhq7u.png", imageAlt: "Menu image"
|
||||
id: "2", name: "Tacos al Pastor", price: "$13", variant: "Marinated Pork • Pineapple • 3 Tacos", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoyVLXV8W4cAowPAudeIcvEAxt/uploaded-1773273585618-na9jhq7u.png?_wi=2", imageAlt: "Menu image"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Carnitas Tacos", price: "$13", variant: "Slow-Roasted Pork • Crispy • 3 Tacos", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoyVLXV8W4cAowPAudeIcvEAxt/uploaded-1773273585618-na9jhq7u.png", imageAlt: "Menu image"
|
||||
id: "3", name: "Carnitas Tacos", price: "$13", variant: "Slow-Roasted Pork • Crispy • 3 Tacos", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoyVLXV8W4cAowPAudeIcvEAxt/uploaded-1773273585618-na9jhq7u.png?_wi=3", imageAlt: "Menu image"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Barbacoa Tacos", price: "$14", variant: "Slow-Cooked Beef • Tender • 3 Tacos", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoyVLXV8W4cAowPAudeIcvEAxt/uploaded-1773273585618-na9jhq7u.png", imageAlt: "Menu image"
|
||||
id: "4", name: "Barbacoa Tacos", price: "$14", variant: "Slow-Cooked Beef • Tender • 3 Tacos", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoyVLXV8W4cAowPAudeIcvEAxt/uploaded-1773273585618-na9jhq7u.png?_wi=4", imageAlt: "Menu image"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
Reference in New Issue
Block a user