Build a full responsive landing page website using **Next.js 14 ** and Tailwind CSS, optimized for deployment on Vercel. Use the following sections, layout, and structure. The design should replicate a premium fashion institute landing page. --- 🔶 SECTION 1: Navigation Bar - Logo (IADA) - Links: Home, About, Programs, Events, Contact - Button on top right: "Get Started" --- 🔶 SECTION 2: Hero Section with Lead Form (Split Layout) Left Side: - Background Image (fashion show) - Heading: "Welcome to IADA" - Subheading: "Nurturing the Next Generation of Fashion Designers" - Paragraph: "Join thousands of students who have transformed their creative passion into successful careers in fashion and design." - CTA Button: "Learn More" (yellow background) Right Side: - Form Card with title: "Get Started Today" - Fields: - Name - Email - Phone Number - Dropdown: Program Interest with options: 1. B.DES in Fashion Design 2. B.VOC in Fashion Design 3. Diploma 4. Advance Diploma in Fashion Design
Loading...
Create a responsive landing page using Next.js and Tailwind CSS. Match the layout and design based on the following sections:
Use a 3-column layout on desktop and 2-column on mobile
pages/index.js
for homepage/components
folder (Navbar, Footer, HeroSection, Form, etc.)Loading...