diff --git a/src/components/home-hero.tsx b/src/components/home-hero.tsx index c15159a..3e5763b 100644 --- a/src/components/home-hero.tsx +++ b/src/components/home-hero.tsx @@ -64,7 +64,7 @@ export default function HomeHero() { rel="noreferrer" aria-label="python sdk" > - + - + - + - + - + diff --git a/src/pages/index.astro b/src/pages/index.astro index 5cadfd1..bf693e3 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,5 +1,5 @@ --- -import { Button } from "@/components/ui/button"; +import { buttonVariants } from "@/components/ui/button"; import { siteConfig } from "@/config/site"; import MainLayout from "@/layouts/main-layout.astro"; import { Icon } from "astro-icon/components"; @@ -142,11 +142,11 @@ import '../components/code-sample.scss';
@@ -161,10 +161,10 @@ import '../components/code-sample.scss';