Update src/app/page.tsx

This commit is contained in:
2026-03-03 12:12:36 +00:00
parent 629917a123
commit 1607da295d

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>
);
}
}