Update src/app/success-stories/page.tsx
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user