Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 12:12:42 +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>
);
}
}