From abbb754b4e44556292c1a24a2892ff30e3594f1c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 03:50:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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} />