From 8887b20ab813c3997742f4893e7fd9f3749160ec Mon Sep 17 00:00:00 2001 From: Carla Goncalves Date: Wed, 10 Sep 2025 12:58:51 +0100 Subject: [PATCH 1/4] Add new ai button on landing page --- src/components/button/styles.module.scss | 2 +- src/pages/index.tsx | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/button/styles.module.scss b/src/components/button/styles.module.scss index 00dabfa345..7f64558981 100644 --- a/src/components/button/styles.module.scss +++ b/src/components/button/styles.module.scss @@ -11,7 +11,7 @@ line-height: 20px; text-align: center; .leftIcon { - margin-right: 4px; + margin-right: 8px; } .fa-arrow-right { transition: all 150ms ease-in-out; diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 7f2c3a2c94..f6eb73ec3d 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -11,6 +11,7 @@ import clsx from "clsx"; import { useRef, useState } from "react"; import Badge from "../components/button/Badge"; +import Button from "../components/button/Button"; import { SquareLogo } from "../components/GettingStarted"; import { Tooltip } from "../components/tooltip/Tooltip"; import CodeBlock from "../theme/CodeBlock"; @@ -205,6 +206,7 @@ function HomepageHeroSection() { npx prisma init --db +