6 Commits

Author SHA1 Message Date
8859209d77 Merge version_2 into main
Merge version_2 into main
2026-03-03 12:12:41 +00:00
1607da295d Update src/app/page.tsx 2026-03-03 12:12:36 +00:00
629917a123 Update src/app/layout.tsx 2026-03-03 12:12:35 +00:00
0c0838007e Merge version_1 into main
Merge version_1 into main
2026-03-03 12:08:18 +00:00
8e1fb280f8 Merge version_1 into main
Merge version_1 into main
2026-03-03 12:06:31 +00:00
4746633006 Merge version_1 into main
Merge version_1 into main
2026-03-03 12:03:57 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -1417,4 +1417,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}