From 86aea73a13c72b05228f5477f27e9a13842ac214 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 08:42:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 98274d3..0d3cace 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,6 +63,10 @@ export default function LandingPage() { textboxLayout="default" gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} + buttons={[ + { + text: "Order Now", href: "/order"}, + ]} products={[ { id: "1", name: "Classic Cheesecake", price: "$35", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/vanilla-crape-cake-with-strawberry-sauce_1339-7098.jpg"}, @@ -188,4 +192,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1