IT

Prompts_Websites by Cursor

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