Hero Section Three
navdeep-singh/hero-section-threeFreeBlock
Hero Section Three — Hero Section block.
Install it
npx shadcn@latest add https://ui.navdeepsingh.dev/r/hero-section-three.jsonSource
1'use client'23import { Button } from '@/components/ui/button'4import { IconArrowUpRight, IconUser } from '@tabler/icons-react'5import Link from 'next/link'67import { Shader, Blob, FilmGrain, Swirl, TiltShift, WaveDistortion } from 'shaders/react'89export default function HeroSectionThree() {10 return (11 <section className="relative min-h-screen overflow-hidden bg-white dark:bg-[#1a1a1a]">12 {/* Shader background */}13 <div className="pointer-events-none absolute inset-0 z-0 motion-reduce:hidden">14 {/* Oversized rotated canvas to avoid clipping */}15 <div className="absolute right-[-35%] bottom-[-55%] h-[160%] w-[150%]">16 <Shader className="h-full w-full">17 <Swirl colorB="#f02b63" colorSpace="oklch" />18 <WaveDistortion19 angle={237}20 edges="wrap"21 frequency={1.4}22 strength={0.2}23 transform={{ scale: 1.3 }}24 >25 <WaveDistortion26 angle={314}27 edges="mirror"28 frequency={10}29 speed={0.3}30 waveType="sawtooth"31 >32 <Blob33 center={{ x: 0.37, y: 0.65 }}34 deformation={0.7}35 highlightColor="#ffc61a"36 highlightX={0.5}37 size={0.8}38 softness={1}39 />40 </WaveDistortion>41 </WaveDistortion>42 <TiltShift angle={155} center={{ x: 0.5, y: 0.45 }} intensity={80} width={0.5} />43 <FilmGrain strength={0.2} />44 </Shader>45 </div>46 {/* main horizontal fade */}47 <div className="absolute inset-0 bg-linear-to-r from-white via-white/80 to-transparent dark:from-black dark:via-black/80 dark:to-transparent" />4849 {/* soft seam killer */}50 <div className="absolute inset-0 bg-radial-[ellipse_at_left] from-white/40 via-white/10 to-transparent dark:from-black/40 dark:via-black/10" />51 </div>5253 {/* Content */}54 <div className="relative z-10 mx-auto flex min-h-screen max-w-4xl flex-col justify-center gap-6 px-8 selection:bg-sky-500/80 md:px-16">55 <h1 className="text-4xl font-medium tracking-tight text-neutral-800 md:text-6xl dark:text-neutral-100">56 Exceptional product demos in minutes, not days57 </h1>5859 <p className="text-md leading-relaxed text-neutral-600 md:text-lg lg:text-xl dark:text-neutral-300">60// … truncated
What it pulls in
npm packages
Other registry items
Files it writes
More from navdeep-singh
All 64 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Blog Section Oneblog-section-one | navdeep-singh | Blocks | Free | 1 dep | |
| Contact Section Fourcontact-section-four | navdeep-singh | Blocks | Free | no deps | |
| Contact Section Onecontact-section-one | navdeep-singh | Blocks | Free | 1 dep | |
| Contact Section Threecontact-section-three | navdeep-singh | Blocks | Free | no deps | |
| Contact Section Twocontact-section-two | navdeep-singh | Blocks | Free | no deps | |
| Content Section Fourcontent-section-four | navdeep-singh | Blocks | Free | 1 dep | |
| Content Section Onecontent-section-one | navdeep-singh | Blocks | Free | 1 dep | |
| Content Section Threecontent-section-three | navdeep-singh | Blocks | Free | 2 deps |
