A modern, accessible, and responsive Next.js multi-page application for 3-Day Bath, a bathroom renovation company specializing in quick, high-quality renovations for seniors and their families.
# Clone the repository
git clone https://github.com/upriodge-glitch/3-daybath.git
cd 3-daybath
# Install dependencies
npm install
# Run development server
npm run dev
Open http://localhost:3000 in your browser.
3-daybath/
├── pages/
│ ├── _app.tsx # App wrapper
│ ├── _document.tsx # HTML structure
│ ├── index.tsx # Home page
│ ├── services.tsx # Services page
│ ├── how-it-works.tsx # How it works page
│ ├── testimonials.tsx # Testimonials page
│ └── contact.tsx # Contact page
├── components/
│ ├── Navbar.tsx # Navigation bar
│ └── Footer.tsx # Footer
├── styles/
│ └── globals.css # Global styles
├── public/ # Static assets
├── tailwind.config.ts # Tailwind configuration
├── tsconfig.json # TypeScript configuration
├── next.config.js # Next.js configuration
└── package.json # Dependencies
#2B6CB0#EBF4FA#1a4d7a#F4A460#2D3436/)Welcome page with hero section, benefits, services overview, testimonial, and 3-step process.
/services)Detailed information about walk-in bathtubs, full renovations, and safety upgrades.
/how-it-works)Step-by-step breakdown of the consultation, design, and installation process.
/testimonials)Customer testimonials, ratings, and why customers choose 3-Day Bath.
/contact)Contact form, phone number, email, hours, and FAQ section.
Replace 1-800-555-1234 throughout the project with your actual phone number.
Replace info@3daybath.com with your email address.
Modify color values in tailwind.config.ts:
colors: {
'primary-blue': '#YOUR_COLOR',
// ...
}
Edit text and images in individual page files within /pages directory.
npm run build
npm start
Vercel will automatically build and deploy your site.
This project is proprietary and owned by 3-Day Bath.
For questions or support, contact: info@3daybath.com
Powered by Upriodge © 2026 3-Day Bath