A high-performance, accessible, and elegant website built for Paula Palmer, a professional celebrant. This site features a custom "Glass-morphism" design, an optimized photo gallery, and Vercel analytics.
- Framework: Astro
- Deployment: Vercel
- Styling: Custom CSS (Modern Mesh Gradients & Glassmorphism)
- Forms: Web3Forms (Serverless submission)
- Icons: Lucide / SVG
git clone https://github.com/boygeniusnr1/celebrant-website.git
cd celebrant-website```bash
pnpm install
```
```bash
pnpm run dev
```
### /src/assets/ - High-resolution images and brand assets.
### /src/components/ - Reusable UI components (Gallery, Contact Form, Header).
### /src/pages/ - Site routes (Home, Success).
### /public/ - Static assets like the robots.txt and favicon.
### Custom Lightbox: Optimized gallery with swipe gestures and loading states.
### Magnetic Interaction: Custom JS-driven cursor follower for a premium feel.
### SEO Ready: Automated XML sitemap generation and robots.txt.
### Responsive: Fluid design for mobile, tablet, and desktop.
To use the contact form, ensure you have your Web3Forms access key set in the Contact.astro component or via Vercel's environment variables.