diff --git a/public/images/ventures/mycelium.png b/public/images/ventures/mycelium.png new file mode 100644 index 0000000..22b8b95 Binary files /dev/null and b/public/images/ventures/mycelium.png differ diff --git a/src/app/ventures/threefold/page.tsx b/src/app/ventures/project-mycelium/page.tsx similarity index 87% rename from src/app/ventures/threefold/page.tsx rename to src/app/ventures/project-mycelium/page.tsx index d94823d..cf5b184 100644 --- a/src/app/ventures/threefold/page.tsx +++ b/src/app/ventures/project-mycelium/page.tsx @@ -16,14 +16,14 @@ import { AboutHero } from '@/components/AboutHero' import { AboutMission } from '@/components/AboutMission' import { AboutExperience } from '@/components/AboutExperience' import { VenturesHero } from '@/components/VenturesHero' -import { VenturesThreeFold } from '@/components/VenturesThreefold' +import { VenturesProjectMycelium } from '@/components/VenturesProjectMycelium' -export default function ThreeFold() { +export default function ProjectMycelium() { return ( <>
- + @@ -31,4 +31,4 @@ export default function ThreeFold() {