first commit
This commit is contained in:
@@ -1,36 +1,49 @@
|
||||
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
|
||||
# Moy Group
|
||||
|
||||
## Getting Started
|
||||
Modern, şık ve çift dilli (TR/EN) kurumsal web sitesi projesi. Moy Group çatısı altında yer alan Moy Beach, Kite Beach Hotel ve Volkswagen Kite (Surfing) mekanlarının tanıtımı, hizmet detayları, galeri ve iletişim/rezervasyon bilgilerini içerir.
|
||||
|
||||
First, run the development server:
|
||||
## Teknolojiler
|
||||
|
||||
```bash
|
||||
npm run dev
|
||||
# or
|
||||
yarn dev
|
||||
# or
|
||||
pnpm dev
|
||||
# or
|
||||
bun dev
|
||||
```
|
||||
- **[Next.js 15+ (App Router)](https://nextjs.org/)**: React tabanlı modern web framework.
|
||||
- **[Tailwind CSS](https://tailwindcss.com/)**: Özelleştirilmiş tasarım sistemi (`tailwind.config.ts` üzerinden yapılandırılmış Moy Group marka renkleri).
|
||||
- **[Framer Motion](https://www.framer.com/motion/)**: Akıcı sayfa geçişleri ve mikro animasyonlar.
|
||||
- **[Lucide Icons](https://lucide.dev/)**: Minimal ve modern ikon seti.
|
||||
- **i18n (Uluslararasılaştırma)**: Klasör bazlı (`app/[lang]`) özel dil desteği mimarisi. Sözlük (dictionary) yaklaşımı ile Türkçe ve İngilizce tam sayfa desteği.
|
||||
|
||||
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|
||||
## Proje Yapısı
|
||||
|
||||
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
|
||||
- `app/[lang]/`: Tüm sayfalar, TR ve EN desteği için bu dinamik rota altında yer alır.
|
||||
- `app/components/`: Yeniden kullanılabilir UI bileşenleri (Navbar, Footer, SectionHeader vb.).
|
||||
- `dictionaries/`: Dil dosyalarının bulunduğu klasör (`tr.json`, `en.json` ve `index.ts`).
|
||||
- `public/`: Görseller, videolar ve statik kaynaklar.
|
||||
- `proxy.ts`: Next.js middleware / proxy yönlendirmeleri (Kullanıcının diline göre otomatik sayfa seçimi).
|
||||
|
||||
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
|
||||
## Kurulum ve Çalıştırma
|
||||
|
||||
## Learn More
|
||||
Projeyi lokalinizde çalıştırmak için aşağıdaki adımları izleyin:
|
||||
|
||||
To learn more about Next.js, take a look at the following resources:
|
||||
1. **Bağımlılıkları Yükleyin**
|
||||
```bash
|
||||
npm install
|
||||
# veya
|
||||
yarn install
|
||||
# veya
|
||||
pnpm install
|
||||
```
|
||||
|
||||
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
|
||||
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
|
||||
2. **Geliştirme Sunucusunu Başlatın**
|
||||
```bash
|
||||
npm run dev
|
||||
```
|
||||
|
||||
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
|
||||
3. Tarayıcınızda [http://localhost:3000](http://localhost:3000) adresine gidin.
|
||||
|
||||
## Deploy on Vercel
|
||||
## Marka Renkleri
|
||||
- **Moy Gold**: `#c9a96e`
|
||||
- **Moy Dark**: `#1a1f24`
|
||||
- **Moy Light**: `#f8f9fa`
|
||||
- **Moy Blue**: `#2a3b4c`
|
||||
- **Moy Green**: `#2c4c3b`
|
||||
|
||||
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
|
||||
|
||||
Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
|
||||
## Geliştirici
|
||||
created by [ayris.tech](https://ayris.tech)
|
||||
|
||||
Reference in New Issue
Block a user