Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-30 03:08:59 +00:00

View File

@@ -130,7 +130,7 @@ export default function LandingPage() {
text="Ready for your next cut? Book an appointment today or swing by the shop. Walk-ins are always welcome!"
buttons={[
{
text: "Call to Book: (555) 123-4567", href: "tel:5551234567"},
text: "Call to Book: (317) 499-5969", href: "tel:3174995969"},
]}
/>
</div>
@@ -167,4 +167,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}