Merge version_2 into main #5

Merged
bender merged 2 commits from version_2 into main 2026-03-25 19:58:07 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -30,13 +30,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home", id: "home", href: "/"},
name: "Home", id: "/"},
{
name: "Products", id: "products", href: "/products"},
name: "Products", id: "/products"},
{
name: "About Us", id: "about", href: "/about"},
name: "About Us", id: "/about"},
{
name: "Contact", id: "contact", href: "/contact"},
name: "Contact", id: "/contact"},
]}
brandName="Al Arab Shawarma Expert"
/>

View File

@@ -25,13 +25,13 @@ export default function ProductsPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home", id: "home", href: "/"},
name: "Home", id: "/"},
{
name: "Products", id: "products", href: "/products"},
name: "Products", id: "/products"},
{
name: "About Us", id: "about", href: "/about"},
name: "About Us", id: "/about"},
{
name: "Contact", id: "contact", href: "/contact"},
name: "Contact", id: "/contact"},
]}
brandName="Al Arab Shawarma Expert"
/>