Update src/app/success-stories/page.tsx

This commit is contained in:
2026-03-23 19:09:08 +00:00
parent 2e2ad60a69
commit dba9ca8340

View File

@@ -19,8 +19,9 @@ export default function SuccessStoriesPage() {
];
const navbarProps = {
brandName: "TSBDC Knoxville Center", navItems: navItems.map((item) => ({ name: item.name, href: item.href })),
brandName: "TSBDC Knoxville Center", navItems: navItems.map((item) => ({ name: item.name, id: item.id })),
button: { text: "Schedule Your Consultation", href: "/contact" },
};
const footerLinks = [