diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f32a5b5..613b2ab 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -9,18 +9,24 @@ const navItems = [ { name: "About Us", id: "/about" }, { name: "Gallery", id: "/gallery" }, { name: "Reviews", id: "/reviews" }, - { name: "FAQ", id: "/faq" }, + { name: "Showroom", id: "/showroom" }, + { name: "Contact", id: "/contact" }, ]; export default function AboutPage() { return ( - - - + + +
+ +
); } \ No newline at end of file