Hero1
A dynamic hero section component with animated text reveal and scrolling images
Installation
Import the component:
import Hero1 from "@/components/sections/Hero1"
Basic Usage
A simple hero section with animated text and default styling.
BLUEPRINT UI LIBRARY
From Spark to Solution
Innovative solutions for an ever changing technology landscape








Whenweengagewithaclient,webringtogetherourexperienceworkingacrossbrandstrategy,communications,policyanddigitaltoofferaunifiedperspective.Weworkasanextensionofyourteamtoquicklyidentifywhat’sholdingyourbusinessback,designasolution,andbringtogetherthetalentandtoolstodeliverresults.
Props
Prop
Type
Default
Description
idstring—
Optional ID for anchor linking to this section. Defaults to 'hero1'.
headingTypestring—
HTML heading tag to use for the main heading
iconstring—
Path to the icon image displayed between headings
primaryHeadingstring—
First part of the main heading
secondaryHeadingstring—
Second part of the main heading
subtitlestring—
Subtitle text displayed below the main heading
scrollImagesArray<{ url: string, width: number, height: number, alt: string }>—
Array of image objects for the scrolling gallery
textRevealBodystring—
Text content to be revealed with animation effect
themestring—
Optional theme override for this section (light, dark, modern)