From 629917a123cde435a097b670f5e9d13477e6f858 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:12:35 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3eb3553..672a9fb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1417,4 +1417,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 1607da295d365a50a2dbd5275026b47d3afcde67 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:12:36 +0000 Subject: [PATCH 2/2] 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 +} -- 2.49.1