Skip to content

Commit

Permalink
refactor(components/hero): remove dead BorderBeam code
Browse files Browse the repository at this point in the history
  • Loading branch information
MFarabi619 committed Sep 20, 2024
1 parent 8267415 commit c9e2373
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/sections/home/hero/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Image from 'next/image'
import logo from '@root/public/assets/spac_logo_year_stars.svg'
// import { SponsorshipPackage } from '@/components/sections/home/hero/sponsorship-package'
import { ShinyButton } from '@/components/twilight/shiny-button/shiny-button'
import { BorderBeam } from '@/components/twilight/border-beam/border-beam'
import SparklesText from '@/components/twilight/sparkles-text/sparkles-text'
import ShineBorder from '@/components/twilight/shine-pulse/shine-pulse'

Expand All @@ -24,12 +23,6 @@ export function Hero() {
color={['hsl(var(--primary))', 'hsl(var(--warning))', 'hsl(var(--tertiary))']}
>
<main className="backdrop-blur-xs group flex h-fit w-full max-w-4xl flex-col items-center justify-center space-y-4 rounded-lg hover:border-primary px-4 py-8 transition-all duration-300 ease-in-out hover:shadow-[0_0px_15px_rgba(0,202,255,1)] md:px-20 md:py-16">
{/* <BorderBeam */}
{/* className="transition-opacity duration-500 group-hover:opacity-0" */}
{/* size={500} */}
{/* colorFrom="hsl(var(--primary))" */}
{/* colorTo="hsl(var(--auxiliary))" */}
{/* /> */}
{/* Logo */}
<Image
priority
Expand Down

0 comments on commit c9e2373

Please sign in to comment.