Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@ar-dacity/ardacity-hyperspeed

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ar-dacity/ardacity-hyperspeed

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

ArDacity Hero Two

A React component that recreates the Bella hero section with animations and transitions.

Installation

```bash npm install @ar-dacity/ardacity-hero-two ```

or

```bash yarn add @ar-dacity/ardacity-hero-two ```

Usage

```jsx import React from 'react'; import { ArDacityHeroTwo } from '@ar-dacity/ardacity-hero-two';

const App = () => { return ( <ArDacityHeroTwo title={['Custom', 'Hero', 'Title']} subtitle="YOUR CUSTOM SUBTITLE" logoText="Your Brand" /> ); };

export default App; ```

Props

The component accepts the following props:

PropTypeDescription
titlestring[]Array of strings for the main title
subtitlestringSubtitle text
backgroundColorstringBackground color for the hero section
navLinksArray<{ label: string; url: string }>Navigation links
galleryImagesstring[]Array of image URLs for the gallery
portfolioItemsArray<{ title: string; color: string; imageLarge: string; imageSmall: string }>Portfolio items
blogPost{ date: string; title: string; image: string }Blog post information
contactInfo{ title: string; description: string; image: string }Contact information
stagesArray<{ id: string; number: string; title: string; description: string; image: string; color: string }>Work stages
valuesArray<{ number: string; title: string; description: string; image: string; color: string }>Company values
loaderContent{ title: string[]; image: string }Loader content
logoTextstringLogo text

Dependencies

  • React 16.8+ (for Hooks)
  • GSAP
  • Smooth Scrollbar
  • ImagesLoaded

License

MIT

FAQs

Package last updated on 26 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts