diff --git a/src/app/page.tsx b/src/app/page.tsx index f51fcbe..2226637 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,6 +87,7 @@ export default function HomePage() { gridVariant="uniform-all-items-equal" title="ESSENTIAL GEAR" description="Everything the forge demands." + buttons={[{ text: "BUY NOW", href: "#contact" }]} products={[ { id: "p1", brand: "Apex", name: "Titan Rack", price: "$1200", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/athlete-gym-swings-triceps-with-barbell-sports-lifestyle_169016-61178.jpg" }, { id: "p2", brand: "Apex", name: "Iron Plate", price: "$89", rating: 5, reviewCount: "400", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-metallic-pattern-with-holes_23-2148311370.jpg" },