The Hero section is the first thing users see on your homepage. It’s designed to grab attention with a bold headline, a clear value proposition, and prominent calls to action. File Location:Documentation Index
Fetch the complete documentation index at: https://docs.getsabo.com/llms.txt
Use this file to discover all available pages before exploring further.
src/components/marketing/hero.tsx
How to Customize
All content within the Hero section is hardcoded directly in the component, making it easy to edit.Announcement Badge
At the top of the section is an optional announcement badge, perfect for highlighting new features or promotions.
src/components/marketing/hero.tsx
- Link (
href): Change the#to the URL you want the badge to link to. - Text: Edit the “Introducing our latest feature” text.
- To remove it: Delete the entire
<motion.div>block containing the<Badge>.
Title and Description
The main headline (
h1) and the descriptive paragraph (p) are the core of your message.src/components/marketing/hero.tsx
Call-to-Action (CTA) Buttons
There are two main buttons: a primary button for signing up and a secondary one for contacting sales. You can change both the text and the link (
href) for each.src/components/marketing/hero.tsx