diff --git a/src/app/page.tsx b/src/app/page.tsx index a95e1e0..299ed16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,6 +34,7 @@ export default function LandingPage() { { name: "Fleet", id: "products" }, { name: "Pricing", id: "pricing" }, { name: "Why Us", id: "features" }, + { name: "Shop", id: "shop" }, { name: "Contact", id: "contact" } ]} bottomLeftText="Premium Vehicle Rentals" @@ -222,6 +223,38 @@ export default function LandingPage() { /> +