Update src/app/page.tsx
This commit is contained in:
@@ -35,9 +35,9 @@ export default function LandingPage() {
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Contact", id: "/contact-us" }
|
||||
]}
|
||||
button={{ text: "Book Appointment", href: "contact" }}
|
||||
button={{ text: "Book Appointment", href: "/contact-us" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Book Appointment", href: "contact" },
|
||||
{ text: "Book Appointment", href: "/contact-us" },
|
||||
{ text: "Call Now", href: "tel:+919007359139" }
|
||||
]}
|
||||
/>
|
||||
@@ -248,7 +248,7 @@ export default function LandingPage() {
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Our Team", href: "#team" },
|
||||
{ label: "Patient Reviews", href: "#testimonials" },
|
||||
{ label: "Contact Us", href: "#contact" }
|
||||
{ label: "Contact Us", href: "/contact-us" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user