From 00769fb569ff79b6c94a4fa3405567f4717032f0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 22:44:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e692a5..fe03594 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,14 +41,20 @@ export default function LandingPage() { name: "Gaming", id: "#gaming"}, { name: "Gallery", id: "#gallery"}, + { + name: "Pricing", id: "#pricing"}, { name: "Reviews", id: "#reviews"}, { - name: "Contact", id: "#contact"}, + name: "Team", id: "#team"}, { - name: "Book Now", id: "#book-now"}, + name: "FAQ", id: "#faq"}, + { + name: "Contact", id: "#contact"}, ]} brandName="HACKERS NETWORK" + logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ev2AC5LQjzTLQLEMllIrZVpSSI/uploaded-1781045007817-ypevrz8r.png" + logoAlt="Hackers Network Logo" /> @@ -279,7 +285,7 @@ export default function LandingPage() {