Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b17c8da8b7 | |||
| 61ad01a1ac |
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
|||||||
name: "Contact", id: "contact"},
|
name: "Contact", id: "contact"},
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Book Now", href: "#contact"}}
|
text: "Book Now", onClick: () => window.location.href = "mailto:vukasinpopovic@gmail.com?subject=Consultation Booking"}}
|
||||||
brandName="Popovic Dentist"
|
brandName="Popovic Dentist"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
|||||||
avatarText="4.9★ average · International patients welcome"
|
avatarText="4.9★ average · International patients welcome"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book a Consultation", href: "#contact"},
|
text: "Book a Consultation", onClick: () => window.location.href = "mailto:vukasinpopovic@gmail.com?subject=Consultation Booking"},
|
||||||
{
|
{
|
||||||
text: "See Patient Stories", href: "#testimonials"},
|
text: "See Patient Stories", href: "#testimonials"},
|
||||||
]}
|
]}
|
||||||
@@ -249,7 +249,7 @@ export default function LandingPage() {
|
|||||||
text="Ready to transform your smile? Call us at 021451637 or email vukasinpopovic@gmail.com to book your consultation today."
|
text="Ready to transform your smile? Call us at 021451637 or email vukasinpopovic@gmail.com to book your consultation today."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book a Consultation", href: "#"},
|
text: "Book a Consultation", onClick: () => window.location.href = "mailto:vukasinpopovic@gmail.com?subject=Consultation Booking"},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user