feat: add film effect and date stamp to photos, update header and footer images

This commit is contained in:
mrkad@rpi
2026-01-18 00:52:50 +07:00
parent a61fda7b0f
commit cbec55432d
5 changed files with 264 additions and 30 deletions

View File

@@ -40,7 +40,7 @@ const startCountdown = () => {
// หลังจากแสดงผล 3 วินาที ให้ไปหน้า pickup
setTimeout(() => {
router.push('/pickup')
// router.push('/pickup')
}, 3000)
}
}, 1000)