Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8859209d77 | |||
| 1607da295d | |||
| 629917a123 | |||
| 0c0838007e | |||
| 8e1fb280f8 | |||
| 4746633006 |
@@ -1417,4 +1417,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -101,6 +101,7 @@ export default function HomePage() {
|
|||||||
description="Four simple steps to discover, try, book, and transform your look with confidence"
|
description="Four simple steps to discover, try, book, and transform your look with confidence"
|
||||||
tag="Process"
|
tag="Process"
|
||||||
tagIcon={Zap}
|
tagIcon={Zap}
|
||||||
|
buttons={[{ text: "Start Booking Now", href: "/appointment" }]}
|
||||||
features={[
|
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: {
|
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>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user