From 1640fea9d2877289a0f71a5d278ca9f500a0925d Mon Sep 17 00:00:00 2001 From: JohnMwaniki Date: Thu, 22 Jan 2026 23:26:11 +0300 Subject: [PATCH] feat; add smooth scroll landing page navigation --- .../components/navbar/navbar.component.html | 7 +++--- .../src/components/navbar/navbar.component.ts | 6 +++-- .../src/pages/landing/landing.component.html | 8 +++---- .../src/pages/landing/landing.component.ts | 23 +++++++++++++++---- 4 files changed, 31 insertions(+), 13 deletions(-) diff --git a/eventz-ui/src/components/navbar/navbar.component.html b/eventz-ui/src/components/navbar/navbar.component.html index 9041cba..c45d038 100644 --- a/eventz-ui/src/components/navbar/navbar.component.html +++ b/eventz-ui/src/components/navbar/navbar.component.html @@ -8,13 +8,14 @@

EventZ

class="md:hidden cursor-pointer" src="/assets/images/sort.svg" alt="menu" - (click)="toggleNav()" + (click)="this.showNav = !this.showNav" />