# Oblix Website - Project TODO

## Core Features

### Design & Layout
- [x] Glassmorphism design system (frosted glass, blur, translucent panels)
- [x] Light theme only (no dark mode)
- [x] Sticky top navigation bar with glassmorphism effect
- [x] Footer with exact contact details

### Home Page Sections
- [x] Hero section with tagline "Driving Growth. Managing Assets. Delivering Expertise."
- [x] Hero section with 2+ CTA buttons
- [x] Hero section with professional background/visual
- [x] Services highlight section (Marketing, Staffing, Financial Consultation)
- [x] Services cards with glassmorphism styling
- [x] About/brand intro section with mission and vision
- [x] Stats/trust-building section (clients, years, industries)
- [x] Testimonials/social proof section with glassmorphism cards
- [x] CTA section linking to Contact page
- [x] Smooth scroll animations and micro-interactions

### Lead Capture & Notifications
- [x] Lead generation contact form on home page
- [x] Form validation and error handling
- [x] Database table for leads
- [x] tRPC procedure to save leads
- [x] Owner notification email on new lead submission
- [x] Form success/error feedback to user

### Navigation & Routing
- [x] Navigation links: Home, About, Services, Contact
- [x] Route structure in App.tsx
- [x] Smooth page transitions

### Contact Details (Exact)
- [x] Phone: 647-983-0755
- [x] Email: info@oblix.ca
- [x] Address: 206-1945 Dundas St E, Mississauga ON, L4X2T8

### Testing
- [x] Lead submission vitest tests (8 tests passing)

## Completed Tasks

All core features have been implemented and tested successfully.
