diff --git a/.cursor/screenshots/animated-easter-egg-before.png b/.cursor/screenshots/animated-easter-egg-before.png new file mode 100644 index 0000000..d9e1275 Binary files /dev/null and b/.cursor/screenshots/animated-easter-egg-before.png differ diff --git a/.cursor/screenshots/before-easter-egg.png b/.cursor/screenshots/before-easter-egg.png new file mode 100644 index 0000000..be8f905 Binary files /dev/null and b/.cursor/screenshots/before-easter-egg.png differ diff --git a/.cursor/screenshots/modal-redesign-test.png b/.cursor/screenshots/modal-redesign-test.png new file mode 100644 index 0000000..d9e1275 Binary files /dev/null and b/.cursor/screenshots/modal-redesign-test.png differ diff --git a/.cursor/screenshots/oliver-image-test.png b/.cursor/screenshots/oliver-image-test.png new file mode 100644 index 0000000..ffce9e7 Binary files /dev/null and b/.cursor/screenshots/oliver-image-test.png differ diff --git a/.cursor/screenshots/page-2025-10-13T05-58-57-572Z.png b/.cursor/screenshots/page-2025-10-13T05-58-57-572Z.png new file mode 100644 index 0000000..d732e67 Binary files /dev/null and b/.cursor/screenshots/page-2025-10-13T05-58-57-572Z.png differ diff --git a/.cursor/screenshots/page-2025-10-13T06-22-07-898Z.png b/.cursor/screenshots/page-2025-10-13T06-22-07-898Z.png new file mode 100644 index 0000000..aa69aa5 Binary files /dev/null and b/.cursor/screenshots/page-2025-10-13T06-22-07-898Z.png differ diff --git a/.cursor/screenshots/page-2025-10-13T06-23-59-180Z.png b/.cursor/screenshots/page-2025-10-13T06-23-59-180Z.png new file mode 100644 index 0000000..be8f905 Binary files /dev/null and b/.cursor/screenshots/page-2025-10-13T06-23-59-180Z.png differ diff --git a/public/OLIVER.jpeg b/public/OLIVER.jpeg new file mode 100644 index 0000000..e716f2a Binary files /dev/null and b/public/OLIVER.jpeg differ diff --git a/public/OLIVER_depth.jpeg b/public/OLIVER_depth.jpeg new file mode 100644 index 0000000..83013a9 Binary files /dev/null and b/public/OLIVER_depth.jpeg differ diff --git a/src/components/InstagramFeed.tsx b/src/components/InstagramFeed.tsx index e80af64..b61d259 100644 --- a/src/components/InstagramFeed.tsx +++ b/src/components/InstagramFeed.tsx @@ -26,17 +26,16 @@ export function InstagramFeed() { {/* Instagram Feed Grid - Posts Only */}
Who we are: artists and technical people, we're better at VFX than we are at web design, I promise. diff --git a/src/middleware.ts b/src/middleware.ts index c762d81..dcbc135 100644 --- a/src/middleware.ts +++ b/src/middleware.ts @@ -5,7 +5,7 @@ export function middleware(request: NextRequest) { const { pathname } = request.nextUrl; // Allow only the home page and Next.js internal routes - if (pathname === '/' || pathname.startsWith('/_next') || pathname.startsWith('/favicon.ico')) { + if (pathname === '/' || pathname.startsWith('/_next') || pathname.startsWith('/favicon.') || pathname === '/OLIVER.jpeg') { return NextResponse.next(); }