From 69b183aa995c3afb3d739aa1b5a142d73af21a61 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sun, 29 Oct 2023 21:09:23 -0500 Subject: [PATCH] Refine film simulation animation --- src/app/(static)/film/animate/page.tsx | 38 ++++++++++++++++++-------- 1 file changed, 27 insertions(+), 11 deletions(-) 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
+
+
+
+
+
} + /> ); }