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() {