Merge version_2 into main #5
@@ -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"
|
||||
/>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user