6 Commits

Author SHA1 Message Date
2c64c5693b Merge version_3 into main
Merge version_3 into main
2026-03-12 09:24:29 +00:00
771b984c5d Update src/app/page.tsx 2026-03-12 09:24:23 +00:00
6d0dbc3b37 Merge version_2 into main
Merge version_2 into main
2026-03-12 09:11:35 +00:00
0dcdcdd5dc Update src/app/page.tsx 2026-03-12 09:11:25 +00:00
c07eda0dcb Merge version_1 into main
Merge version_1 into main
2026-03-12 09:03:22 +00:00
b2e77a14c4 Merge version_1 into main
Merge version_1 into main
2026-03-12 09:02:59 +00:00

View File

@@ -66,11 +66,11 @@ export default function LandingPage() {
features={[
{
icon: Camera,
title: "Take Photos", description: "Use your device camera to capture 4 fresh moments with our playful countdown timer animation.", button: { text: "Take Photos" }
title: "Take Photos", description: "Use your device camera to capture 4 fresh moments with our playful countdown timer animation.", button: { text: "Start Camera Now", href: "#" }
},
{
icon: Camera,
title: "Upload Photos", description: "Select 4 images from your device to create your custom photobooth strip instantly."
title: "Upload Photos", description: "Select 4 images from your device to create your custom photobooth strip instantly.", button: { text: "Upload Photos", href: "#" }
}
]}
textboxLayout="default"
@@ -199,7 +199,7 @@ export default function LandingPage() {
useInvertedBackground={false}
buttonText="Download Now"
inputPlaceholder="Enter your email for download link"
termsText="Your photos are secure. We never store personal data. Download instantly or receive a link via email."
termsText="Download instantly—no account required. Enter your email only if you want a backup link."
/>
</div>