Boreal Analytics Value Proposition
A restrained, Scandinavian-inspired value proposition section.
Features
- Bold headline with ice blue accent text
- Supporting paragraph with clear value communication
- 3 value point cards: Real-time Insights, Smart Predictions, Team Collaboration
- Each card: icon, badge label, title, and description
- Ice blue (#B8D4E3) accents on pristine white background
- Dark mode: deep charcoal-blue (#161B22) bg with ice blue accents
- Generous negative space and minimal visual elements
- Decorative dot pattern at bottom for subtle visual interest
- CTA buttons: primary (filled) and secondary (text link)
Usage
import BorealAnalyticsValueProp from "@/registry/boreal-analytics-value-prop/registry-item";
export default function LandingPage() {
return <BorealAnalyticsValueProp />;
}
Customization
- Replace value points in the
valuePoints array with your product's features
- Adjust ice blue (#B8D4E3) and dark blue (#161B22) to match your brand
- Wire up CTA links to your signup/demo pages
- Modify badge labels per card
- Add more value points by extending the grid (adjusts from 3-col automatically)