Update src/app/page.tsx
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user