2 Commits

Author SHA1 Message Date
1943abe9b5 Update src/app/page.tsx 2026-04-07 23:17:09 +00:00
c058fbc07e Merge version_2 into main
Merge version_2 into main
2026-04-07 23:16:53 +00:00

View File

@@ -144,12 +144,12 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "downward-rays-static"}}
text="Book Your Session Today! Reach out to us at 240-299-0337 or contact@facennails.com. Visit our studio at 9841 Greenbelt Rd. #207, Lanham, MD 20706."
text="Book Your Session Today! Reach out to us at 240-299-0337 or lafacennails@gmail.com. Visit our studio at 9841 Greenbelt Rd. #207, Lanham, MD 20706."
buttons={[
{
text: "Call Now: 240-299-0337", href: "tel:240-299-0337"},
{
text: "Email Us", href: "mailto:contact@facennails.com"},
text: "Email Us", href: "mailto:lafacennails@gmail.com"},
]}
/>
</div>
@@ -187,4 +187,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}