2 Commits

Author SHA1 Message Date
54f6c5d5e1 Update src/app/page.tsx 2026-05-12 23:19:23 +00:00
a192a0278b Merge version_1 into main
Merge version_1 into main
2026-05-12 23:05:33 +00:00

View File

@@ -162,7 +162,7 @@ export default function LandingPage() {
text="Ready to Treat Yourself? Join hundreds of loyal clients who say Anna's is the best they've ever had."
buttons={[
{
text: "Call to Book", href: "tel:5550123"},
text: "Call to Book", href: "tel:2173556135"},
{
text: "Get Directions", href: "#"},
]}
@@ -178,4 +178,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}