Skip to content

Commit

Permalink
clients/hero: add sentry-block to canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Nov 7, 2024
1 parent 8314ecd commit 1338e16
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions clients/apps/web/src/components/Landing/Hero/Hero.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
'use client'

import GetStartedButton from '@/components/Auth/GetStartedButton'
import { Canvas } from '@react-three/fiber'
import { useCallback, useMemo, useState } from 'react'
import { Coins } from './Coins'

export const Hero = () => {
const [slug, setSlug] = useState('')
Expand All @@ -26,13 +28,14 @@ export const Hero = () => {

return (
<div className="flex w-full flex-col items-center justify-center gap-12 text-center">
{/* <Canvas
<Canvas
className="sentry-block"
camera={{
zoom: 0.8,
}}
>
<Coins />
</Canvas> */}
</Canvas>
<h1 className="max-w-2xl text-pretty text-4xl !leading-tight text-gray-950 md:text-6xl dark:text-white">
Sell SaaS and digital products{' '}
<span className="dark:text-polar-500 text-gray-400">in minutes</span>
Expand Down

0 comments on commit 1338e16

Please sign in to comment.