From 1abf99bc16d1a59a608fae08f823d521e7ef34e2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 04:36:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) 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() { /> +
+ +
+
); -} +} \ No newline at end of file