- Fixed navigation links to work properly - Removed card/box styling from sections - Created unified center column layout - Reduced project grid hover zoom effect - Updated color scheme to be more modern (black/white/gray) - Made About and Story sections full-width - Improved overall layout consistency 🤖 Generated with [opencode](https://opencode.ai) Co-Authored-By: opencode <noreply@opencode.ai>
35 lines
920 B
JSON
35 lines
920 B
JSON
{
|
|
"pages": {
|
|
"/layout": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/css/app/layout.css",
|
|
"static/chunks/app/layout.js"
|
|
],
|
|
"/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/page.js"
|
|
],
|
|
"/api/auth/[...nextauth]/route": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/api/auth/[...nextauth]/route.js"
|
|
],
|
|
"/contact/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/contact/page.js"
|
|
],
|
|
"/project/[id]/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/project/[id]/page.js"
|
|
],
|
|
"/_not-found/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/_not-found/page.js"
|
|
]
|
|
}
|
|
} |