diff --git a/src/app/page.tsx b/src/app/page.tsx index cc671ea..c1ab8ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,6 +108,9 @@ export default function HomePage() { useInvertedBackground={false} gridVariant="three-columns-all-equal-width" animationType="slide-up" + buttons={[ + { text: "Trade Now", href: "/trading" }, + ]} products={[ { id: "btc", name: "Bitcoin (BTC)", price: "$45,230.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASDCkWpLOfpbrILWQoHR5aU18V/cryptocurrency-market-overview-with-mult-1772674394333-d6a2f8de.png?_wi=1", imageAlt: "Bitcoin Trading", initialQuantity: 1,