Components
Loading preview...
A dynamic and visually engaging hero section featuring a Spline 3D background, a responsive navigation bar with blurred effects and dropdowns, a prominent content overlay with parallax scrolling text, buttons, and a follow-up screenshot section with parallax. Fully responsive and includes mobile navigation
npx shadcn@latest add https://21st.dev/r/aghasisahakyan1/galaxy-interactive-hero-sectionimport { HeroSection } from "@/components/blocks/galaxy-interactive-hero-section"
import React from 'react'; // Import React for JSX
// Define the height of the navbar for spacing
export function HeroSectionBasic() {
return (
<main className="bg-black relative h-screen w-screen">
<HeroSection />
</main>
);
}