diff --git a/src/app/page.tsx b/src/app/page.tsx index 19f7dde..483a47e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file