This is a Next.js template for creating a "sunset" or closure page for apps that are shutting down. It provides a professional and graceful way to inform users about the end of service.
You can see an example of this template in action at https://mahalo.so.
- Responsive design with a beautiful background gradient
- Customizable thank you message to customers
- Easy integration of company logo
- Contact email for further inquiries
- Built with Next.js and Tailwind CSS for easy customization
- Clone this repository
- Install dependencies:
npm install - Run the development server:
npm run dev - Open http://localhost:3000 to view the page
- Customize the content in
app/page.tsxto fit your needs
- Update the logo: Replace the Image src in
app/page.tsx - Modify the thank you message: Edit the text content in
app/page.tsx - Change the contact email: Update the email address in
app/page.tsx - Adjust the background gradient: Modify the gradient classes in
app/page.tsx
This template is ready to be deployed on Vercel or any other Next.js-compatible hosting platform.
This project is open-source and available under the MIT License.