Update src/app/testimonials/page.tsx

This commit is contained in:
2026-06-02 21:33:33 +00:00
parent 0777af55e8
commit b575d59429

View File

@@ -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"