diff --git a/src/app/page.tsx b/src/app/page.tsx index 04b6471..80aa98e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,52 +34,52 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "AI", id: "artificial-intelligence", - href: "/artificial-intelligence", + }, { name: "Robotics", id: "robotics", - href: "/robotics", + }, { name: "Cybersecurity", id: "cybersecurity", - href: "/cybersecurity", + }, { name: "Space Tech", id: "space-technology", - href: "/space-technology", + }, { name: "VR & Metaverse", id: "virtual-reality-metaverse", - href: "/virtual-reality-metaverse", + }, { name: "Dev", id: "programming-development", - href: "/programming-development", + }, { name: "News", id: "tech-news", - href: "/tech-news", + }, { name: "Tools", id: "tools-hub", - href: "/tools-hub", + }, { name: "About", id: "about", - href: "/about", + }, ]} brandName="TechNova Future" @@ -93,6 +93,7 @@ export default function LandingPage() {
@@ -422,7 +423,7 @@ export default function LandingPage() { rows: 4, required: true, }} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKnK8FMvMSqBpe2L317UyotZxB/a-futuristic-3d-rotating-globe-made-of-i-1774246650879-a4903685.png?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKnK8FMvMSqBpe2L317UyotZxB/a-futuristic-3d-rotating-globe-made-of-i-1774246650879-a4903685.png" imageAlt="Digital contact representation" mediaAnimation="slide-up" mediaPosition="right"