Files
A2ZSoftware/README.md
2025-04-29 11:47:38 -04:00

1.6 KiB

A2ZSoftware Landing Page

Netlify Status

Welcome to the A2ZSoftware landing page project!

This is a modern, responsive, and elegant single-page application (SPA) built with SvelteKit and TailwindCSS.

Features

  • Fully responsive layout
  • Smooth scrolling navigation
  • Animated fade-in effects on page load
  • Beautifully styled sections for About, Services, Solutions, Contact, and more
  • Extended with Testimonials, Technologies stack, and Case Studies
  • Easy deployment to platforms like Netlify

Project Structure

  • src/routes/+page.svelte — Main landing page code
  • tailwind.config.js — TailwindCSS configuration
  • static/ — Static assets (if any)
  • svelte.config.js — SvelteKit configuration

Installation

Clone the repository and install dependencies:

git clone https://github.com/your-username/a2zsoftware-landing.git
cd a2zsoftware-landing
pnpm install # or npm install

Running Locally

npm run dev

The site will be available at http://localhost:5173.

Deployment

This project is ready to be deployed on Netlify with a single click.

Simply connect your GitHub repository to Netlify and set the build command:

npm run build

And specify the output directory as build/.

Technologies Used

License

This project is licensed under the GNU GPL V3.0.