Merge version_2 into main #3
@@ -187,7 +187,8 @@ export default function LandingPage() {
|
||||
title="Ready for a Healthier Smile?"
|
||||
description="Visit us at 1010 Bethel Rd, Columbus, OH, or call us to schedule your next visit."
|
||||
buttons={[
|
||||
{ text: "Call +1 614-459-7300", href: "tel:+16144597300" }
|
||||
{ text: "Call +1 614-459-7300", href: "tel:+16144597300" },
|
||||
{ text: "View Directions", href: "https://maps.google.com" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -202,4 +203,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user