Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
e6b329a
Install shadcn UI foundation
Jun 20, 2026
f156863
Simplify app shell layout
Jun 20, 2026
a0a4e94
Add responsive header navigation
Jun 20, 2026
ef791d2
Add placeholder navigation pages
Jun 20, 2026
63e0310
Merge pull request #63 from replakcan/fr/nav-menu
replakcan Jun 20, 2026
8d878b9
updates home-page href
Jun 21, 2026
6f534e0
update footer component slightly
Jun 21, 2026
99647a1
initial header and main-wrapper components
Jun 21, 2026
c7d3f87
creates a custom loader
Jun 25, 2026
22f8e39
makes scrollbar-gutter stable
Jun 25, 2026
c6e1e45
feat: show intro loader across the application
Jun 25, 2026
11dc9a3
refactor: replace Tailwind with CSS Modules
Jun 25, 2026
a635065
chore: remove unused starter assets
Jun 25, 2026
735ca90
feat: redesign the site shell and navigation
Jun 25, 2026
0e7f45e
feat: add the animated landing experience
Jun 25, 2026
7ccd196
feat: add metadata for static routes
Jun 25, 2026
bc810a1
docs: align the MVP with the static site design
Jun 25, 2026
ce75185
Merge pull request #64 from replakcan/fr/home-page
replakcan Jun 25, 2026
7e7d896
Build home page with parallax hero
Jun 26, 2026
693a624
Move UI components into app directory
Jun 26, 2026
b8f025e
Merge pull request #65 from replakcan/fr/hero-section
replakcan Jun 26, 2026
8ab9575
Enhance home ocean interactions
Jun 26, 2026
76577ab
removes commented out css var
Jun 26, 2026
5fc00e4
resolves nested ternary
Jun 26, 2026
676aefc
Merge pull request #66 from replakcan/fr/hero-section
replakcan Jun 26, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@
This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `node_modules/next/dist/docs/` before writing any code. Heed deprecation notices.

<!-- END:nextjs-agent-rules -->

## Styling

- Use plain CSS and colocated CSS Modules (`*.module.css`) for component and layout styles.
- Keep `app/globals.css` limited to global resets, shared design tokens, and document-level styles.
- Do not add Tailwind CSS utilities or Tailwind-dependent styling packages.
Loading
Loading