From 771b984c5d6a162d3d562e50bb6678eaf2474f55 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 09:24:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2187da5..e9bf798 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1