diff --git a/src/app/page.tsx b/src/app/page.tsx index b46d122..5e3452f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"}, ]} /> @@ -187,4 +187,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}