From 491fd85941520d734fc489ce9deed5ee4fbfba4f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 11:58:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e932e0..195f36f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,6 +79,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" title="Quality Medical Essentials" description="Explore our curated selection of health supplements, genuine medications, and wellness essentials." + buttons={[{ text: "Contact for Inquiries", href: "#contact" }]} products={[ { id: "p1", brand: "GreenTrust", name: "Vitamin C Complex", price: "$19.99", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/open-package-pills_23-2147691504.jpg" }, { id: "p2", brand: "Wellness", name: "First Aid Kit", price: "$29.99", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/front-view-arrangement-medical-still-life-elements_23-2148854053.jpg" }, -- 2.49.1