@@ -573,7 +573,7 @@ export default function MembersPage() {
+
{member.name}
{member.role}
diff --git a/components/Navigation.tsx b/components/Navigation.tsx
index 4144fc6..a8dd04e 100644
--- a/components/Navigation.tsx
+++ b/components/Navigation.tsx
@@ -102,20 +102,6 @@ export default function Navigation() {
Member Journey
-
setIsCommunityOpen(false)}
- className="group block px-6 py-3.5 text-white text-base font-bold hover:bg-brand-pink transition-all duration-200"
- >
-
-
- Member Network
-
-
-
-
setIsCommunityOpen(false)}
@@ -320,13 +306,6 @@ export default function Navigation() {
>
Member Journey
-
setIsMobileMenuOpen(false)}
- >
- Member Network
-
{
+ sessionStorage.setItem('startups-scroll', String(window.scrollY))
+ router.push(`/startup-details/${id}`)
+ }
+
return (
-
sessionStorage.setItem('startups-scroll', String(window.scrollY))}
- className="group relative bg-white/5 hover:bg-white/10 border border-white/10 hover:border-white/20 rounded-2xl overflow-hidden transition-all duration-300 cursor-pointer block flex flex-col h-full"
+
{/* Logo Section */}
@@ -150,6 +156,6 @@ export default function StartupCard({
{accentColor && (
)}
-
+
)
}
diff --git a/next.config.js b/next.config.js
index ee1d5f6..c64fde1 100644
--- a/next.config.js
+++ b/next.config.js
@@ -17,6 +17,16 @@ const nextConfig = {
hostname: 'images.unsplash.com',
pathname: '/**',
},
+ {
+ protocol: 'https',
+ hostname: 'nbg1.your-objectstorage.com',
+ pathname: '/**',
+ },
+ {
+ protocol: 'https',
+ hostname: 'media.licdn.com',
+ pathname: '/**',
+ },
],
},
}
diff --git a/public/events/eventCards/labs.JPG b/public/events/eventCards/labs.JPG
new file mode 100644
index 0000000..50a66a7
Binary files /dev/null and b/public/events/eventCards/labs.JPG differ