Overview
TheNosotrosTeaser component displays a compelling call-to-action section encouraging visitors to learn more about PROVESA. It features customizable text, statistics, and branding with a decorative logo display.
Location
Props
Configuration object to override default content. All properties are optional and fall back to sensible defaults.
Features
- Customizable Branding: All text, colors, and stats can be configured via database
- Icon Integration: Uses Lucide Svelte icons (CalendarCheck, ShieldCheck, Truck, Users)
- Responsive Layout: Stacks vertically on mobile, side-by-side on desktop
- Decorative Elements: Background gradients, blurs, and logo watermark
- Hover Effects: Interactive CTA button with scale and shadow transitions
Usage Example
Basic Usage (Defaults)
+page.svelte
With Custom Configuration
+page.svelte
With Database Data
From/src/routes/+page.server.js:15:
+page.server.js
+page.svelte
Default Configuration
Visual Structure
Dependencies
$lib/assets/images/provesa-logo.png- Logo imagelucide-svelte- Icon components (ArrowRight, CalendarCheck, ShieldCheck, Truck, Users)
Related
- Nosotros Service - Backend service for configuration
- Public Website Features - How this component fits into the homepage
