Update src/app/about/page.tsx

This commit is contained in:
2026-06-10 06:08:22 +00:00
parent c1bf2aa483
commit e08453bbad

View File

@@ -23,10 +23,10 @@ export default function AboutUsPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", href: "/" },
{ name: "About Us", href: "/about" },
{ name: "Testimonials", href: "/#testimonials" },
{ name: "Contact", href: "/#contact" },
{ name: "Home", id: "/" },
{ name: "About Us", id: "/about" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "Contact", id: "#contact" }
]}
brandName="The Flavorful Cafe"
button={{