diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a6ddb7..bef1b99 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,9 +91,12 @@ export default function LandingPage() { { id: "2", brand: "Rancho 6", name: "Traditional Menudo", price: "$15", rating: 5, reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-vegetable-soup-inside-plate-brown-wooden-desk_140725-79504.jpg", imageAlt: "Traditional Menudo" }, { id: "3", brand: "Rancho 6", name: "Street Taco Trio", price: "$10", rating: 4, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tortillas-with-meat-vegetables_23-2148614366.jpg", imageAlt: "Street Taco Trio" } ]} + buttons={[ + { text: "View Full Menu", href: "#" } + ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" - textboxLayout="default" + textboxLayout="split-actions" useInvertedBackground={false} />