The GitHub repository aveta-landing showcases a modern landing page built with React, Next.js, Tailwind CSS, and Framer Motion. It leverages Server-Side Rendering (SSR) to enhance performance and SEO.
🔧 Tech Stack
React & Next.js: Provides a robust framework for building scalable and SEO-friendly web applications.
Tailwind CSS: A utility-first CSS framework that enables rapid UI development.
Framer Motion: A library for creating smooth animations and transitions.
Server-Side Rendering (SSR): Improves page load times and SEO by rendering pages on the server.
Aveta Backend
https://github.com/Null-logic-0/aveta-ai-backend
Aveta Frontend (app)
https://github.com/Null-logic-0/aveta-frontend
Aveta Frontend (admin)
https://github.com/Null-logic-0/aveta-admin
🚀 Features
Responsive Design: Optimized for various screen sizes, ensuring a seamless user experience.
Smooth Animations: Utilizes Framer Motion for engaging animations that enhance user interaction.
SEO Optimized: SSR ensures that search engines can crawl and index the content effectively.
Easy Setup: Clone the repository and run npm run dev to start the development server.
git clone https://github.com/Null-logic-0/aveta-landing.git
cd aveta-landing
npm install
npm run dev
Visit http://localhost:3000 to view the landing page.