From 071d7de217fb2a101a52d64948102a918307194f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 10:28:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 92afeff..553c5ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,6 +89,9 @@ export default function LandingPage() { textboxLayout="split-description" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} + buttons={[ + { text: "Inquire Now", href: "#contact" } + ]} products={[ { id: "1", name: "Farm Fresh Milk", price: "₹60/L", imageSrc: "http://img.b2bpic.net/free-photo/bottles-milk-arrangement-still-life_23-2150642882.jpg"}, -- 2.49.1