- Next.js 14
- TypeScript
- Tailwind CSS
sdc/
├── app/
│ ├── layout.tsx
│ ├── page.tsx
│ ├── work/page.tsx
│ ├── projects/page.tsx
│ ├── team/page.tsx
│ ├── gallery/page.tsx
│ └── globals.css
├── components/
│ ├── background-animation.tsx
│ ├── footer.tsx
│ ├── hero-section.tsx
│ ├── sidebar-nav.tsx
│ └── theme-toggle-button.tsx
└── public/