Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-25 21:50:11 +00:00

View File

@@ -192,6 +192,8 @@ export default function LandingPage() {
variant: "plain"}}
text="Visit us at 519 E Main St, Bridgeport, WV 26330. Walk-ins welcome, Monday through Saturday."
buttons={[
{
text: "Book Your Appointment", href: "#scheduler"},
{
text: "Get Directions", href: "https://maps.google.com"},
{
@@ -228,4 +230,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}