Update src/app/page.tsx
This commit is contained in:
@@ -30,14 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Αρχική", id: "hero"},
|
||||
{
|
||||
name: "Υπηρεσίες", id: "features"},
|
||||
{
|
||||
name: "Γιατί εμάς", id: "why-us"},
|
||||
{
|
||||
name: "Επικοινωνία", id: "contact"},
|
||||
{ name: "Αρχική", id: "hero" },
|
||||
{ name: "Υπηρεσίες", id: "features" },
|
||||
{ name: "Γιατί εμάς", id: "why-us" },
|
||||
{ name: "Επικοινωνία", id: "contact" },
|
||||
]}
|
||||
brandName="Τριάντης Τριάδης"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user