diff --git a/src/app/page.tsx b/src/app/page.tsx index c87dd26..fb0c927 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,6 +107,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} + buttons={[{ text: "View Full Seasonal List", href: "#" }]} products={[ { id: "p1", name: "Espresso Martini", price: "$14", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/beverage-with-dries-top_141793-619.jpg" }, { id: "p2", name: "Old Fashioned Love Song", price: "$16", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/top-view-whiskey-glass-with-cherries-copy-space_23-2148673715.jpg" }, @@ -187,4 +188,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file