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() {