Update src/app/page.tsx

This commit is contained in:
2026-05-10 21:18:51 +00:00
parent c4aa810bb9
commit e29f3d0bd2

View File

@@ -65,6 +65,7 @@ export default function LandingPage() {
{ type: "text", content: "The Mr. Blendz Experience" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/hairdresser-preparing-equipment-work-barber-shop_23-2148182010.jpg", alt: "Shop interior" },
]}
buttons={[{ text: "Book Now", href: "#contact" }]}
/>
</div>
@@ -185,4 +186,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}