Update src/app/page.tsx
This commit is contained in:
@@ -32,17 +32,17 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home", href: "/"},
|
name: "Home", id: "/"},
|
||||||
{
|
{
|
||||||
name: "Products", href: "/#products"},
|
name: "Products", id: "/#products"},
|
||||||
{
|
{
|
||||||
name: "Features", href: "/#features"},
|
name: "Features", id: "/#features"},
|
||||||
{
|
{
|
||||||
name: "Services", href: "/services"},
|
name: "Services", id: "/services"},
|
||||||
{
|
{
|
||||||
name: "About Us", href: "/#about"},
|
name: "About Us", id: "/#about"},
|
||||||
{
|
{
|
||||||
name: "Contact", href: "/#contact"},
|
name: "Contact", id: "/#contact"},
|
||||||
]}
|
]}
|
||||||
brandName="ElectroShop"
|
brandName="ElectroShop"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user