From bd5575eb882701410c049a8f2776dcb20bee66ab Mon Sep 17 00:00:00 2001 From: Chewbaccalakis Date: Thu, 29 Jan 2026 05:23:03 -0800 Subject: [PATCH] updates --- src/HomePage.tsx | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/src/HomePage.tsx b/src/HomePage.tsx index 5c9fbee..f4652f6 100644 --- a/src/HomePage.tsx +++ b/src/HomePage.tsx @@ -19,6 +19,8 @@ export default function Homepage() { const isTouchDevice = () => "ontouchstart" in window || navigator.maxTouchPoints > 0; + const photos = [corvallis, panic, hozier, seal_rock, yaquina_lighthouse, newberg_tree, newberg_tractor]; + const [showConfirm, setShowConfirm] = useState(false); const [showConfirm2, setShowConfirm2] = useState(false); const [showConfirm3, setShowConfirm3] = useState(false); @@ -115,17 +117,14 @@ export default function Homepage() {

Will you be my Valentine? 💖

-
-
- Photo 1 +
+ {photos.map((photo, index) => ( +
+ {`Photo
-
- Photo 1 -
-
- Photo 1 -
-
+ ))} +
+