From 1607da295d365a50a2dbd5275026b47d3afcde67 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:12:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cab532a..e55798d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,6 +101,7 @@ export default function HomePage() { description="Four simple steps to discover, try, book, and transform your look with confidence" tag="Process" tagIcon={Zap} + buttons={[{ text: "Start Booking Now", href: "/appointment" }]} features={[ { id: "1", title: "Upload Your Photo", description: "Take a selfie or upload a photo. Our AI analyzes your facial structure and features to find your perfect match.", media: { @@ -260,4 +261,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}