diff --git a/src/app/(static)/film/animate/page.tsx b/src/app/(static)/film/animate/page.tsx index 4e2f1f89..602f05d6 100644 --- a/src/app/(static)/film/animate/page.tsx +++ b/src/app/(static)/film/animate/page.tsx @@ -1,6 +1,6 @@ 'use client'; -import InfoBlock from '@/components/InfoBlock'; +import SiteGrid from '@/components/SiteGrid'; import { cc } from '@/utility/css'; import { FILM_SIMULATION_FORM_INPUT_OPTIONS } from '@/vendors/fujifilm'; import PhotoFujifilmSimulation from @@ -18,16 +18,32 @@ export default function FilmPage() { }); return ( - -
- -
-
+
+
+ Film Simulation: +
+ +
+
+
35mm 53mm
+
ƒ/1.4
+
1/3200s
+
ISO 125
+
+
+
+
+
} + /> ); }