Merge version_3 into main #2
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Book Appointment", href: "#booking"},
|
||||
{
|
||||
text: "Call Now", href: "tel:+12163311477"},
|
||||
text: "Call Now", onClick: () => alert("+12163311477")},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
@@ -207,7 +207,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Book Appointment", href: "#"},
|
||||
{
|
||||
text: "Call Now", href: "tel:+12163311477"},
|
||||
text: "Call Now", onClick: () => alert("+12163311477")},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user