DirectoryFast
  • 🚀Get Started
  • 🔤Tutorials
    • Bring me to life!
    • How it's structured?
    • Make it yours
    • Bonus
  • 🛠️Features
    • AI
      • AI URL Scanner & Scan Jobs
    • Analytics
    • Authentication
    • API
      • Protected Endpoints
    • Blog
    • Database
    • Emails
    • Error Pages
    • Icons
    • Payments
    • Private Pages
    • SEO
  • 📦General Components
    • Shadcn/ui Components
    • Navbar
    • Footer
    • SignIn Modal
    • Hero Section
    • Social Proof
    • Collections Social Proof
    • Featured Section
    • Latest Collections Section
    • Latest Products Section
    • Recommended Section
  • 📦Directory Components
    • Product Card
    • Collection Card
    • Product Note
    • Search Bar
    • Tags
    • Product Options Toggle
    • Combobox
    • Multi-Combobox
    • Submit Product
    • Feature Product
    • Manage Note
    • Manage Collection
    • Dashboard Tables
  • ⛓️Links
    • GitHub Repository
    • Support
Powered by GitBook
On this page
  • Side Hero
  • Center Hero
  1. General Components

Hero Section

The hero section serves as the first impression for visitors, craft it with care!

PreviousSignIn ModalNextSocial Proof

Last updated 10 months ago

Side Hero

  • Component: <HeroSide/>

  • Path: /components/home/hero-side.tsx

  • Import:

import { HeroSide } from "@/components/home/hero-side";

Side Hero is best suited for information-rich directories where you can't afford to lose space.

It can be used to showcase your website concept with an image or a video too.

Center Hero

  • Component: <HeroCenter/>

  • Path: /components/home/hero-center.tsx

  • Import:

import { HeroCenter } from "@/components/home/hero-center";

Since most directories are self-explanatory, Centered Hero will naturally lead visitors to action.

📦
Side Hero
Side Hero