1 Commits

Author SHA1 Message Date
abbb754b4e Update src/app/page.tsx 2026-04-06 03:50:08 +00:00

View File

@@ -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}
/>
</div>