Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 527294d178 | |||
| 052d270fec |
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
title="Dr Vishwanath Dental Studio"
|
title="Dr Vishwanath Dental Studio"
|
||||||
description="Your Smile, Our Priority. Providing high-quality, compassionate dental care in Gauribidanur to ensure your absolute comfort and oral health."
|
description="Your Smile, Our Priority. Providing high-quality, compassionate dental care in Gauribidanur to ensure your absolute comfort and oral health."
|
||||||
buttons={[{ text: "Book Appointment", href: "#contact" }]}
|
buttons={[{ text: "Book Appointment", href: "https://wa.me/918861433489" }]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-operating-room_657921-815.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/doctor-operating-room_657921-815.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -69,7 +69,7 @@ export default function LandingPage() {
|
|||||||
<TextAbout
|
<TextAbout
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Meet Dr. Vishwanath"
|
title="Meet Dr. Vishwanath"
|
||||||
buttons={[{ text: "Book Consultation", href: "#contact" }]}
|
buttons={[{ text: "Book Consultation", href: "https://wa.me/918861433489" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -124,4 +124,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user