A modern, reusable Next.js band website template featuring a data-driven architecture. Built for The Sunday Roast, but easily customizable for any artist.
- 🎸 Configurable via
band_data.json - 🎨 Rock poster aesthetic with high contrast design
- 📱 Fully responsive (desktop, tablet, mobile)
- 🎵 Spotify embed integration
- 📅 Tour dates section
- 🔗 Social media links
- ⚡ Guitar string vibration effect on band name
- 🎯 SEO optimized
npm install
npm run devOpen http://localhost:3000 to view the site.
- Update
band_data.jsonwith your band's information - Replace
public/images/hero-image.jpgwith your band's photo - Deploy!
- Next.js 14
- TypeScript
- Tailwind CSS
- React
Deploy easily to:
- Vercel (recommended for Next.js)
- Netlify (includes
netlify.tomlconfiguration)