3 Commits

Author SHA1 Message Date
5dd9c1d7c8 Update src/app/page.tsx 2026-04-25 21:50:04 +00:00
f891bb729c Merge version_1 into main
Merge version_1 into main
2026-04-25 21:49:10 +00:00
5db949a5a5 Merge version_1 into main
Merge version_1 into main
2026-04-25 21:48:40 +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>
);
}
}