Web Realm is a modern web design and development agency that specializes in crafting innovative websites tailored to your brand's success. Our website is built using Next.js, Tailwind CSS, and Framer Motion to deliver a seamless and visually stunning experience.
- Responsive Design: Mobile-first, responsive design that works on all devices.
- Animations: Smooth animations using Framer Motion to enhance the user experience.
- SEO Optimized: Integrated metadata and optimized SEO for better search engine ranking.
- Modern UI/UX: Clean and modern design with a purple-themed color palette.
- Contact Form with EmailJS: Contact form that sends inquiries directly to your email inbox.
- Call to Action: Engaging call-to-action sections to drive conversions.
- Next.js: React framework for building server-side rendered and statically generated websites.
- Tailwind CSS: Utility-first CSS framework for styling.
- Framer Motion: Animation library for React.
- EmailJS: Email service to send emails directly from the form without backend setup.
- TypeScript: Static type checking for JavaScript.
To get started with this project, clone the repository and install the dependencies:
git clone https://github.com/Devsethi3/web-realm.git
cd web-realm
npm installAfter installing the dependencies, you can run the development server:
npm run devThis will start the app on http://localhost:3000.
To build the app for production, run:
npm run build
npm startThe project uses the Metadata API in Next.js to handle SEO metadata. Here's how it is integrated:
export const metadata: Metadata = {
title: "Web Realm - Crafting Innovative Websites",
description:
"Web Realm is a web design agency focused on creating tailored websites that boost brand success.",
keywords: ["Web Design", "Web Development", "Next.js", "Tailwind CSS"],
};web-realm/
├── components/ # Reusable components (Navbar, Footer, etc.)
├── pages/ # Pages (index.tsx, about.tsx, contact.tsx, etc.)
├── public/ # Static assets (images, icons, etc.)
├── styles/ # Global and component-level styles
├── utils/ # Utility functions and constants
└── README.md # Project documentationWe welcome contributions! If you'd like to improve this project or add new features, please submit a pull request. For major changes, please open an issue to discuss what you would like to change.
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to reach out if you have any questions or need support with your project.
Happy coding! 🚀