Update src/app/testimonials/page.tsx
This commit is contained in:
@@ -23,11 +23,11 @@ export default function TestimonialsPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Mary M O'Connor Pediatric Dentistry"
|
||||
navItems={[
|
||||
{ name: "Home", href: "/" },
|
||||
{ name: "Services", href: "/services" },
|
||||
{ name: "About", href: "/about" },
|
||||
{ name: "Reviews", href: "/testimonials" },
|
||||
{ name: "Contact", href: "/contact" }
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Reviews", id: "/testimonials" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Schedule Appointment", href: "/contact"
|
||||
|
||||
Reference in New Issue
Block a user