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"