Overview
The Principal component displays the landing page cover section with the company’s core value proposition. It presents a simple, static hero banner with layered text emphasizing security for businesses and homes.Component Structure
Props
This component does not accept any props. It renders a static hero section with fixed content.Layout
The component uses Bootstrap grid classes and absolute positioning to create a full-width hero banner:The main container element with
position-absolute and full column width. This creates the hero section backdrop.An absolutely positioned inner container that holds the marketing copy text.
Content
The component displays a three-line message in Spanish:- Line 1: “Seguridad” (Security)
- Line 2: “para tu” (for your)
- Line 3: “negocio y hogar” (business and home)
Styling
The component relies on CSS IDs for styling:#portada: Controls the hero section appearance, background, and positioning#info: Positions and styles the marketing text overlay
Usage Example
Dependencies
- Bootstrap CSS (for grid classes)
- Custom CSS (for #portada and #info styling)