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" },