diff --git a/src/app/page.tsx b/src/app/page.tsx index a8c0d54..796673b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,6 +34,7 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "About", id: "about" }, { name: "Services", id: "features" }, + { name: "Store", id: "store" }, { name: "Contact", id: "contact" }, ]} brandName="Khater Tires" @@ -93,6 +94,20 @@ export default function LandingPage() { /> +