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} useInvertedBackground={false}
background={{ background={{
variant: "downward-rays-static"}} 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={[ buttons={[
{ {
text: "Call Now: 240-299-0337", href: "tel:240-299-0337"}, 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> </div>