IT
Prompts_Websites by Cursor
esmile1
2025. 1. 29. 06:25
- "Create a new Next.js project with TypeScript support in the current directory."
- "Set up the basic folder structure for a Next.js project, including pages, components, and styles directories."
- "Install necessary dependencies for the project, including React, Next.js, and any additional libraries we might need."
- "Generate a basic layout component with a header, main content area, and footer."
- "Create a responsive navigation menu component for the website."
- "Design a modern and visually appealing hero section for the homepage."
- "Implement a product showcase section with interactive elements and animations."
- "Develop an 'About Us' page with a company timeline and team member profiles."
- "Create a 'Case Studies' or 'Success Stories' section with expandable cards for each case."
- "Design and implement a contact form with form validation and submission functionality."
- "Add smooth page transitions and scroll animations using Framer Motion."
- "Implement a dark mode toggle and ensure proper styling for both light and dark themes."
- "Optimize images and implement lazy loading for better performance."
- "Set up SEO metadata for all pages, including title tags and meta descriptions."
- "Implement responsive design to ensure the website looks great on all device sizes."
- "Create custom 404 and 500 error pages for better user experience."
- "Set up a blog section with dynamic routing for individual blog posts."
- "Implement a search functionality for the website content."
- "Add social media integration and sharing buttons throughout the site."
- "Prepare the project for deployment, including environment variable setup and build optimization."